MilesCranmer commited on
Commit
fd36d69
1 Parent(s): a6da5af

Update conda install for CI

Browse files
.github/workflows/CI_conda_forge.yml CHANGED
@@ -33,7 +33,5 @@ jobs:
33
  activate-environment: test
34
  - name: "Install pysr-forge"
35
  run: conda activate test && mamba install pysr
36
- - name: "Set up PySR's Julia dependencies"
37
- run: conda activate test && python3 -c 'import pysr; pysr.install()'
38
  - name: "Run tests"
39
  run: conda activate test && python3 -m unittest test.test
 
33
  activate-environment: test
34
  - name: "Install pysr-forge"
35
  run: conda activate test && mamba install pysr
 
 
36
  - name: "Run tests"
37
  run: conda activate test && python3 -m unittest test.test