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