Skip to content

Commit eee763f

Browse files
authored
Update workflow.yml
1 parent ca6712e commit eee763f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Code testing and coverage
3939
run: |
40+
pip install numpy==1.26
4041
python -c "import numpy; print(numpy.__version__)"
4142
pip install pytest
4243
pip install pytest-cov

0 commit comments

Comments
 (0)