Skip to content

Commit

Permalink
Attempt to fix setup-miniconda action.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jan 30, 2024
1 parent 72188d5 commit cadf8d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
- name: Setup Conda Base
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
channels: conda-forge
use-only-tar-bz2: true # IMPORTANT: Needs for caching to work properly!
miniforge-version: "latest"
auto-update-conda: true
auto-activate-base: true

Expand Down

0 comments on commit cadf8d0

Please sign in to comment.