Skip to content

Commit 31902e4

Browse files
authored
CI: Pin micromamba due to CI Runner incompatibilities with newer versions (#1442)
mamba-org/setup-micromamba#225
1 parent 1617afa commit 31902e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
- name: Setup Conda
120120
uses: mamba-org/setup-micromamba@v1
121121
with:
122+
# https://github.com/mamba-org/setup-micromamba/issues/225
123+
micromamba-version: 1.5.10-0
122124
init-shell: bash
123125
environment-name: test
124126
create-args: >-

0 commit comments

Comments
 (0)