Skip to content

Commit 4959589

Browse files
authored
Merge pull request #10 from dwhswenson/update-version
Update miniconda install in tests
2 parents 61c11e1 + d654159 commit 4959589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-python@v2
27-
- uses: conda-incubator/setup-miniconda@v2
27+
- uses: conda-incubator/setup-miniconda@v3
2828
with:
2929
python-version: ${{ matrix.CONDA_PY }}
30-
miniforge-variant: Mambaforge
30+
miniforge-version: latest
3131
- name: "Install"
3232
run: |
3333
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh

0 commit comments

Comments
 (0)