Skip to content

Commit 09c236e

Browse files
committed
CI: try setup-miniconda@v3 to fix Miniforge setup
1 parent d96e3b7 commit 09c236e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: ~/conda_pkgs_dir
8686
key:
8787
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('dev-environment.yml') }}
88-
- uses: conda-incubator/setup-miniconda@v2
88+
- uses: conda-incubator/setup-miniconda@v3
8989
with:
9090
# Create env with dev packages
9191
auto-update-conda: true

0 commit comments

Comments
 (0)