diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ec26fe7..01268a9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: with: path: ~/conda_pkgs_dir key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-py${{ matrix.python-version }}.yml') }} - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: # mamba-version: "*" # activate this to build with mamba. python-version: ${{ matrix.python-version }}