Skip to content

Commit

Permalink
Pin micromamba version (#164)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Pins the micromamba binary version

### Does this PR introduce a breaking change?

No.

### Other information:

mamba-org/setup-micromamba#225
  • Loading branch information
Zeitsperre authored Oct 1, 2024
2 parents b1e6678 + 497abbb commit 557c5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
micromamba-version: "1.5.10-0" # pinned to avoid the breaking changes with mamba and micromamba (2.0.0).
- name: Micromamba version
run: |
echo "micromamba $(micromamba --version)"
Expand Down

0 comments on commit 557c5e4

Please sign in to comment.