Skip to content

Commit 7e16420

Browse files
meeseeksmachinerhshadrachjorisvandenbossche
authored
Backport PR pandas-dev#59912 on branch 2.3.x (CI: Pin micromamba to 1.x) (pandas-dev#59936)
Backport PR pandas-dev#59912: CI: Pin micromamba to 1.x Co-authored-by: Richard Shadrach <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 9440c86 commit 7e16420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup-conda/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ runs:
99
- name: Install ${{ inputs.environment-file }}
1010
uses: mamba-org/setup-micromamba@v1
1111
with:
12+
# Pinning to avoid 2.0 failures
13+
micromamba-version: '1.5.10-0'
1214
environment-file: ${{ inputs.environment-file }}
1315
environment-name: test
1416
condarc-file: ci/.condarc

0 commit comments

Comments
 (0)