We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c497b commit 5ced458Copy full SHA for 5ced458
.github/actions/setup-conda/action.yml
@@ -9,6 +9,8 @@ runs:
9
- name: Install ${{ inputs.environment-file }}
10
uses: mamba-org/setup-micromamba@v1
11
with:
12
+ # Pinning to avoid 2.0 failures
13
+ micromamba-version: '1.5.10-0'
14
environment-file: ${{ inputs.environment-file }}
15
environment-name: test
16
condarc-file: ci/.condarc
0 commit comments