Skip to content

Commit 3596a01

Browse files
committed
Pin mamba in setup instead
1 parent 8631b58 commit 3596a01

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ runs:
99
- name: Install ${{ inputs.environment-file }}
1010
uses: mamba-org/setup-micromamba@v2
1111
with:
12-
# Pinning to due solver performance regressions
13-
micromamba-version: '2.1.0-0'
1412
environment-file: ${{ inputs.environment-file }}
1513
environment-name: test
1614
condarc-file: ci/.condarc
1715
cache-environment: true
1816
cache-downloads: true
19-
cache-downloads-key: "foobar1"
20-
cache-environment-key: "foobar2"
21-
log-level: trace
22-
create-args: --strict-channel-priority
17+
cache-downloads-key: "foobar3"
18+
cache-environment-key: "foobar4"
19+
create-args: mamba<2.1.1
2320

2421
- name: Uninstall pyarrow
2522
if: ${{ env.REMOVE_PYARROW == '1' }}

0 commit comments

Comments
 (0)