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 d54519b commit 61602d9Copy full SHA for 61602d9
.github/actions/setup-conda/action.yml
@@ -7,7 +7,7 @@ runs:
7
using: composite
8
steps:
9
- name: Install ${{ inputs.environment-file }}
10
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v1 # Changed from @v2 to @v1 for stability
11
with:
12
environment-file: ${{ inputs.environment-file }}
13
environment-name: test
@@ -19,4 +19,4 @@ runs:
19
if: ${{ env.REMOVE_PYARROW == '1' }}
20
run: |
21
micromamba remove -y pyarrow
22
- shell: bash -el {0}
+ shell: bash -el {0}
0 commit comments