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:
2626 - uses : actions/setup-python@v2
2727 - uses : conda-incubator/setup-miniconda@v2
2828 with :
29- auto-update-python : true
3029 python-version : ${{ matrix.CONDA_PY }}
3130 miniforge-variant : Mambaforge
3231 - name : " Install"
3332 run : |
34- conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
3533 curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
3634 source ./conda_ops_dev_install.sh
35+ mamba install -y -q -c conda-forge curl unzip matplotlib pytest nbval
3736 - name : " Versions"
3837 run : conda list
3938 - name : " Tests"
Original file line number Diff line number Diff line change 11[ ![ 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 )
33
44# Additional Examples for OpenPathSampling
55
You can’t perform that action at this time.
0 commit comments