Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
60e8eba
1
Parent(s):
1b8ec96
Add step to set up PySR's julia dependencies
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -34,6 +34,8 @@ jobs:
|
|
34 |
activate-environment: test
|
35 |
- name: "Install pysr-forge"
|
36 |
run: conda activate test && mamba install pysr
|
|
|
|
|
37 |
- name: "Ensure that static libpython warning appears"
|
38 |
run: conda activate test && python3 -m unittest test.test_static_libpython_warning
|
39 |
- name: "Run tests"
|
|
|
34 |
activate-environment: test
|
35 |
- name: "Install pysr-forge"
|
36 |
run: conda activate test && mamba install pysr
|
37 |
+
- name: "Set up PySR's Julia dependencies"
|
38 |
+
run: conda activate test && python3 -c 'import pysr; pysr.install()'
|
39 |
- name: "Ensure that static libpython warning appears"
|
40 |
run: conda activate test && python3 -m unittest test.test_static_libpython_warning
|
41 |
- name: "Run tests"
|