Skip to content

Commit

Permalink
Add missing pytest-cov dependency to wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 18, 2024
1 parent f79b7b6 commit 5abfac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: >
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&
python -m pip install check-manifest cython pytest &&
python -m pip install check-manifest cython pytest pytest-cov &&
python -m pytest -vv {package}/test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5abfac2

Please sign in to comment.