Skip to content

Commit 57e3e5d

Browse files
committed
Pin micromamba < 2.0 in Windows job
1 parent f61e161 commit 57e3e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- uses: mamba-org/setup-micromamba@v1
7474
with:
7575
environment-file: conda-envs/windows-environment-test.yml
76+
micromamba-version: "1.5.10-0" # Until https://github.com/mamba-org/mamba/issues/3467 is not fixed
7677
create-args: >-
7778
python=${{matrix.python-version}}
7879
environment-name: pymc-experimental-test

0 commit comments

Comments
 (0)