Skip to content

Commit

Permalink
CI: Pin mamba version in ci.yaml to prevent failures in setup_minicon…
Browse files Browse the repository at this point in the history
…da step (#108)
  • Loading branch information
VinzentRisch authored Oct 2, 2024
1 parent a895429 commit 7f5f964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.8
mamba-version: "*"
mamba-version: 1.5.10
channels: conda-forge,defaults
channel-priority: true
activate-environment: conda-env
Expand Down

0 comments on commit 7f5f964

Please sign in to comment.