We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6712e commit eee763fCopy full SHA for eee763f
.github/workflows/workflow.yml
@@ -37,6 +37,7 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Code testing and coverage
39
run: |
40
+ pip install numpy==1.26
41
python -c "import numpy; print(numpy.__version__)"
42
pip install pytest
43
pip install pytest-cov
0 commit comments