We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90fbc8 commit 3d9ecc8Copy full SHA for 3d9ecc8
.github/actions/setup-conda/action.yml
@@ -13,13 +13,11 @@ runs:
13
using: composite
14
steps:
15
- name: Install ${{ inputs.environment-file }}
16
- uses: mamba-org/provision-with-micromamba@v15
+ uses: mamba-org/setup-micromamba@v1
17
with:
18
environment-file: ${{ inputs.environment-file }}
19
environment-name: ${{ inputs.environment-name }}
20
- extra-specs: ${{ inputs.extra-specs }}
21
- channels: conda-forge
22
- channel-priority: 'strict'
+ create-args: ${{ inputs.extra-specs }}
23
condarc-file: ci/condarc.yml
24
cache-env: true
25
cache-downloads: true
0 commit comments