Skip to content

Commit 500d258

Browse files
committed
Fix CI tests
1 parent e8522f3 commit 500d258

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Tests
3434
run: |
3535
pip install numpy --only-binary=numpy
36-
python tests/test_regularisation.py
37-
python tests/test_alternating.py
38-
python tests/test_multistart.py
39-
python tests/test_multistart_ls.py
36+
cd tests
37+
python test_regularisation.py
38+
python test_alternating.py
39+
python test_multistart.py
40+
python test_multistart_ls.py

0 commit comments

Comments
 (0)