From faac0adc2ed06e8c8ee5c2874a84b582757ff846 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 9 Apr 2022 11:34:18 +0200 Subject: [PATCH] :construction_worker: 2nd time fixing pytest --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7f6e8f8..08478fc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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