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.
2 parents 61c11e1 + d654159 commit 4959589Copy full SHA for 4959589
.github/workflows/tests.yml
@@ -24,10 +24,10 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- uses: actions/setup-python@v2
27
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
28
with:
29
python-version: ${{ matrix.CONDA_PY }}
30
- miniforge-variant: Mambaforge
+ miniforge-version: latest
31
- name: "Install"
32
run: |
33
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
0 commit comments