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.
2 parents 86e858d + 5b50b2a commit c8fe833Copy full SHA for c8fe833
.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