From de2fc4157ee800b7084f8eeba6f4a420d75d86c8 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 9 Apr 2022 11:34:34 +0200 Subject: [PATCH] :construction_worker: 3rd time fixing pytest --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 08478fc..ac9aeeb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.10" cache: 'pipenv' - run: pipenv install --dev - - run: echo ${{ secrets.DEEPSOURCE_DSN }} > .env + - run: echo ${{ secrets.DOTENV }} > .env - name: Prepare test environment run: | pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests