We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8522f3 commit 500d258Copy full SHA for 500d258
.github/workflows/test.yml
@@ -33,7 +33,8 @@ jobs:
33
- name: Tests
34
run: |
35
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
+ cd tests
+ python test_regularisation.py
+ python test_alternating.py
+ python test_multistart.py
40
+ python test_multistart_ls.py
0 commit comments