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 5adcdc0 commit 8631b58Copy full SHA for 8631b58
.github/actions/setup-conda/action.yml
@@ -10,7 +10,7 @@ runs:
10
uses: mamba-org/setup-micromamba@v2
11
with:
12
# Pinning to due solver performance regressions
13
- micromamba-version: '2.1.0'
+ micromamba-version: '2.1.0-0'
14
environment-file: ${{ inputs.environment-file }}
15
environment-name: test
16
condarc-file: ci/.condarc
0 commit comments