Spaces:
Running
Running
Commit
·
39afb18
1
Parent(s):
13cf1e5
Remove env test from conda CI as not expected to work
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
|
@@ -40,4 +40,4 @@ jobs:
|
|
| 40 |
run: conda activate test && conda install pysr
|
| 41 |
if: ${{ !matrix.use-mamba }}
|
| 42 |
- name: "Run tests"
|
| 43 |
-
run: conda activate test && python3 -m unittest test.test
|
|
|
|
| 40 |
run: conda activate test && conda install pysr
|
| 41 |
if: ${{ !matrix.use-mamba }}
|
| 42 |
- name: "Run tests"
|
| 43 |
+
run: conda activate test && python3 -m unittest test.test
|