Skip to content

Commit

Permalink
Unpin base by allowing .conda as well as .bz2; exclude defaults channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 24, 2024
1 parent ddfbfc8 commit 6a1b8b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge
activate-environment: ${{ env.ENV_NAME }}
auto-update-conda: true
use-only-tar-bz2: true
# N.B. essential to get latest, since conda no longer provides bz2's
use-only-tar-bz2: false

- name: "Conda environment cache"
id: conda-env-cache
Expand Down

0 comments on commit 6a1b8b0

Please sign in to comment.