Skip to content

Commit

Permalink
Merge pull request #37 from coderefinery/rantahar-setup-miniconda-v3
Browse files Browse the repository at this point in the history
Try setup-miniconda v3
  • Loading branch information
bast authored Sep 29, 2024
2 parents 90d559a + 8daaaab commit c247667
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 c247667

Please sign in to comment.