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 e36e143 commit 12953fcCopy full SHA for 12953fc
.github/actions/setup-conda/action.yml
@@ -9,7 +9,7 @@ runs:
9
- name: Install ${{ inputs.environment-file }}
10
uses: mamba-org/setup-micromamba@v1 # Changed from @v2 to @v1 for stability
11
with:
12
- micromamba-url: https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64
+ micromamba-url: https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64
13
environment-file: ${{ inputs.environment-file }}
14
environment-name: test
15
condarc-file: ci/.condarc
0 commit comments