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