MilesCranmer commited on
Commit
83df564
1 Parent(s): a448e3c

Install 0.11.3 in conda test

Browse files
.github/workflows/CI_conda_forge.yml CHANGED
@@ -30,6 +30,6 @@ jobs:
30
  auto-activate-base: true
31
  activate-environment: ""
32
  - name: "Install pysr with conda"
33
- run: conda create -n test -c conda-forge python=${{ matrix.python-version }} pysr=0.11.2
34
  - name: "Run tests"
35
- run: conda activate test && python -m unittest test.test && python -m unittest test.test_env
 
30
  auto-activate-base: true
31
  activate-environment: ""
32
  - name: "Install pysr with conda"
33
+ run: conda create -n test -c conda-forge python=${{ matrix.python-version }} pysr=0.11.3
34
  - name: "Run tests"
35
+ run: conda activate test && python -m unittest test.test && python -m unittest test.test_env