Skip to content

Commit 5adcdc0

Browse files
committed
Try pinning micromamba
1 parent 23ae33a commit 5adcdc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ 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'
1214
environment-file: ${{ inputs.environment-file }}
1315
environment-name: test
1416
condarc-file: ci/.condarc
1517
cache-environment: true
1618
cache-downloads: true
17-
cache-downloads-key: "foobar"
18-
cache-environment-key: "foobar1"
19+
cache-downloads-key: "foobar1"
20+
cache-environment-key: "foobar2"
1921
log-level: trace
2022
create-args: --strict-channel-priority
2123

0 commit comments

Comments
 (0)