Skip to content

Commit

Permalink
Try setup-miniconda v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar authored Sep 27, 2024
1 parent 90d559a commit 8daaaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }}
# This is the main miniconda rule
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 8daaaab

Please sign in to comment.