diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1e14124..d58b45d 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v4 - name: Install dependencies - run: pip install pytest pytest-cov + run: pip install pytest pytest-cov -r requirements.txt - name: Run tests run: pytest --cov --cov-report=xml