We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65105bc commit 985b870Copy full SHA for 985b870
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
path: ~/conda_pkgs_dir
80
key:
81
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('dev-environment.yml') }}
82
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
83
with:
84
# Create env with dev packages
85
auto-update-conda: true
0 commit comments