Skip to content

Commit

Permalink
Add numpy to python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Dec 15, 2024
1 parent 31d9d8e commit c656f4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
set -e
pip debug --verbose
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest
pip install pytest numpy
pytest
- name: pytest
Expand All @@ -89,7 +89,7 @@ jobs:
set -e
pip debug --verbose
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest
pip install pytest numpy
pytest
- name: Notebook Regression tests
Expand All @@ -99,7 +99,7 @@ jobs:
set -e
pip debug --verbose
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest-notebook
pip install pytest-notebook numpy
pytest
windows:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: |
set -e
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest
pip install pytest numpy
pytest
macos-13: # last available x86_64 macos runner
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
set -e
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest
pip install pytest numpy
pytest
macos-14: # last available x86_64 macos runner
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
run: |
set -e
pip install anise --find-links anise-py/dist --force-reinstall
pip install pytest
pip install pytest numpy
pytest
sdist:
Expand Down

0 comments on commit c656f4a

Please sign in to comment.