Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Apr 14, 2022
1 parent e8522f3 commit 500d258
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Tests
run: |
pip install numpy --only-binary=numpy
python tests/test_regularisation.py
python tests/test_alternating.py
python tests/test_multistart.py
python tests/test_multistart_ls.py
cd tests
python test_regularisation.py
python test_alternating.py
python test_multistart.py
python test_multistart_ls.py

0 comments on commit 500d258

Please sign in to comment.