Skip to content

Commit

Permalink
Pin micromamba version as workaround for micromamba bug
Browse files Browse the repository at this point in the history
The Windows CI was failing for the unit tests.
Strangely this still worked in #713, perhaps due to caching?

<mamba-org/mamba#3467>
  • Loading branch information
maresb committed Oct 3, 2024
1 parent aabe4af commit 96b9cec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ concurrency:
cancel-in-progress: true

env:
MICROMAMBA_VERSION: 'latest'
# # Temporarily pin the version due to
# # <https://github.com/mamba-org/mamba/issues/3467>
# MICROMAMBA_VERSION: 'latest'
MICROMAMBA_VERSION: '1.5.10-0'

jobs:
test:
Expand Down

0 comments on commit 96b9cec

Please sign in to comment.