We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ae33a commit 5adcdc0Copy full SHA for 5adcdc0
.github/actions/setup-conda/action.yml
@@ -9,13 +9,15 @@ runs:
9
- name: Install ${{ inputs.environment-file }}
10
uses: mamba-org/setup-micromamba@v2
11
with:
12
+ # Pinning to due solver performance regressions
13
+ micromamba-version: '2.1.0'
14
environment-file: ${{ inputs.environment-file }}
15
environment-name: test
16
condarc-file: ci/.condarc
17
cache-environment: true
18
cache-downloads: true
- cache-downloads-key: "foobar"
- cache-environment-key: "foobar1"
19
+ cache-downloads-key: "foobar1"
20
+ cache-environment-key: "foobar2"
21
log-level: trace
22
create-args: --strict-channel-priority
23
0 commit comments