Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PGelss authored Jul 17, 2024
1 parent ca6712e commit eee763f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Code testing and coverage
run: |
pip install numpy==1.26
python -c "import numpy; print(numpy.__version__)"
pip install pytest
pip install pytest-cov
Expand Down

0 comments on commit eee763f

Please sign in to comment.