We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96e3b7 commit 09c236eCopy full SHA for 09c236e
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
path: ~/conda_pkgs_dir
86
key:
87
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('dev-environment.yml') }}
88
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
89
with:
90
# Create env with dev packages
91
auto-update-conda: true
0 commit comments