Skip to content

Commit

Permalink
try upgrading setup-miniconda action
Browse files Browse the repository at this point in the history
  • Loading branch information
embray committed Jun 2, 2024
1 parent 86a61be commit 49755c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
path: ~/conda_pkgs_dir
key: "${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}-${{ matrix.gap-version }}"
- 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 49755c8

Please sign in to comment.