Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
c545e3d
1
Parent(s):
ceeb420
Skip JAX/Torch tests for conda version
Browse files
.github/workflows/CI_conda.yml
CHANGED
@@ -72,5 +72,5 @@ jobs:
|
|
72 |
run: python3 test/test_static_libpython_warning.py
|
73 |
shell: bash -l {0}
|
74 |
- name: "Run tests"
|
75 |
-
run: python3 -m unittest
|
76 |
shell: bash -l {0}
|
|
|
72 |
run: python3 test/test_static_libpython_warning.py
|
73 |
shell: bash -l {0}
|
74 |
- name: "Run tests"
|
75 |
+
run: python3 -m unittest test.test
|
76 |
shell: bash -l {0}
|