👷 2nd time fixing pytest

This commit is contained in:
Mawoka
2022-04-09 11:34:18 +02:00
parent 6616e09b9d
commit faac0adc2e
+1
View File
@@ -26,6 +26,7 @@ jobs:
python-version: "3.10"
cache: 'pipenv'
- run: pipenv install --dev
- run: echo ${{ secrets.DEEPSOURCE_DSN }} > .env
- name: Prepare test environment
run: |
pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests