Skip to content

Commit 403a78b

Browse files
committed
Update conda-incubator/setup-miniconda action
1 parent 71cd3de commit 403a78b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/env-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ jobs:
5959
fi;
6060
6161
# create the conda env
62-
- uses: conda-incubator/setup-miniconda@v2
62+
- uses: conda-incubator/setup-miniconda@v3
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
auto-update-conda: true
6666
miniforge-variant: Mambaforge
67-
use-mamba: true
67+
mamba-version: "*"
68+
channels: conda-forge
6869
channel-priority: true
6970
activate-environment: data_viz_workshop
7071
environment-file: environment.yml

0 commit comments

Comments
 (0)