We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd1bb8 commit 962e6d4Copy full SHA for 962e6d4
.github/workflows/python-package.yml
@@ -72,7 +72,7 @@ jobs:
72
python -m pip install poetry
73
poetry env use system
74
poetry install -E netcdf
75
- poetry run pip install pytest==4.6.11
+ poetry run pip install pytest
76
- name: Test with pytest
77
run: |
78
poetry run pytest
0 commit comments