From 6616e09b9dbd01e44977241b7c1892d2943dee34 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 9 Apr 2022 11:30:48 +0200 Subject: [PATCH] :construction_worker: 1st time fixing pytest --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 821e94f..7f6e8f8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -25,9 +25,8 @@ jobs: with: python-version: "3.10" cache: 'pipenv' - - run: pipenv install + - run: pipenv install --dev - name: Prepare test environment - continue-on-error: true run: | pipenv run coverage run -m pytest --asyncio-mode=strict classquiz/tests pipenv run coverage xml