Skip to content

Commit 4a907fc

Browse files
committed
Update miniforge action
1 parent 6fe168e commit 4a907fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
strategy:
2222
matrix:
2323
CONDA_PY:
24-
- 3.7
25-
- 3.8
26-
- 3.9
24+
- 3.12
25+
- 3.11
26+
- 3.10
2727

2828
steps:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-python@v2
31-
- uses: conda-incubator/setup-miniconda@v2
31+
- uses: conda-incubator/setup-miniconda@v3
3232
with:
3333
auto-update-conda: true
3434
python-version: ${{ matrix.CONDA_PY }}
3535
environment-file: binder/environment.yml
3636
activate-environment: ops-tutorial
37-
miniforge-variant: Mambaforge
37+
miniforge-version: latest
3838
- name: "Install testing tools"
3939
run: python -m pip install pytest nbval
4040
- name: "Conda info"

0 commit comments

Comments
 (0)