👷 3rd time fixing pytest
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
- run: pipenv install --dev
|
- run: pipenv install --dev
|
||||||
- run: echo ${{ secrets.DEEPSOURCE_DSN }} > .env
|
- run: echo ${{ secrets.DOTENV }} > .env
|
||||||
- name: Prepare test environment
|
- name: Prepare test environment
|
||||||
run: |
|
run: |
|
||||||
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests
|
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user