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 86e858d commit 5b50b2aCopy full SHA for 5b50b2a
.github/workflows/test.yaml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
path: ~/conda_pkgs_dir
30
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-py${{ matrix.python-version }}.yml') }}
31
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
32
33
# mamba-version: "*" # activate this to build with mamba.
34
python-version: ${{ matrix.python-version }}
0 commit comments