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 8631b58 commit 3596a01Copy full SHA for 3596a01
.github/actions/setup-conda/action.yml
@@ -9,17 +9,14 @@ 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-0'
14
environment-file: ${{ inputs.environment-file }}
15
environment-name: test
16
condarc-file: ci/.condarc
17
cache-environment: true
18
cache-downloads: true
19
- cache-downloads-key: "foobar1"
20
- cache-environment-key: "foobar2"
21
- log-level: trace
22
- create-args: --strict-channel-priority
+ cache-downloads-key: "foobar3"
+ cache-environment-key: "foobar4"
+ create-args: mamba<2.1.1
23
24
- name: Uninstall pyarrow
25
if: ${{ env.REMOVE_PYARROW == '1' }}
0 commit comments