File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,13 @@ jobs:
26
26
- uses : actions/setup-python@v2
27
27
- uses : conda-incubator/setup-miniconda@v2
28
28
with :
29
- auto-update-python : true
30
29
python-version : ${{ matrix.CONDA_PY }}
31
30
miniforge-variant : Mambaforge
32
31
- name : " Install"
33
32
run : |
34
- conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
35
33
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
36
34
source ./conda_ops_dev_install.sh
35
+ mamba install -y -q -c conda-forge curl unzip matplotlib pytest nbval
37
36
- name : " Versions"
38
37
run : conda list
39
38
- name : " Tests"
Original file line number Diff line number Diff line change 1
1
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/openpathsampling/ops_additional_examples/HEAD )
2
- ![ Test Suite] ( https://github.com/openpathsampling/ops_additional_examples/workflows/Test%20Suite/badge.svg )
2
+ [ ![ Test Suite] ( https://github.com/openpathsampling/ops_additional_examples/workflows/Test%20Suite/badge.svg )] ( https://github.com/openpathsampling/ops_additional_examples/actions/workflows/tests.yml )
3
3
4
4
# Additional Examples for OpenPathSampling
5
5
You can’t perform that action at this time.
0 commit comments