Skip to content

Commit

Permalink
Add NumPy for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Apr 14, 2022
1 parent 9e0acb5 commit e8522f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
pip install .
- name: Tests
run: |
pip install numpy --only-binary=numpy
python tests/test_regularisation.py
python tests/test_alternating.py
python tests/test_multistart.py
Expand Down

0 comments on commit e8522f3

Please sign in to comment.