We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284c3b commit 0d0f881Copy full SHA for 0d0f881
.github/workflows/tests.yml
@@ -26,14 +26,13 @@ jobs:
26
- uses: actions/setup-python@v2
27
- uses: conda-incubator/setup-miniconda@v2
28
with:
29
- auto-update-python: true
30
python-version: ${{ matrix.CONDA_PY }}
31
miniforge-variant: Mambaforge
32
- name: "Install"
33
run: |
34
- conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
35
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
36
source ./conda_ops_dev_install.sh
+ mamba install -y -q -c conda-forge curl unzip matplotlib pytest nbval
37
- name: "Versions"
38
run: conda list
39
- name: "Tests"
0 commit comments