Skip to content

Commit 5c52d08

Browse files
committed
Update miniconda install in tests
Mambaforge has been deprecated, since all functionality moved into Miniforge.
1 parent f5b01dd commit 5c52d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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)