Skip to content

Commit 3d9ecc8

Browse files
authored
Switch to setup-micromamba
1 parent a90fbc8 commit 3d9ecc8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/actions/setup-conda/action.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Install ${{ inputs.environment-file }}
16-
uses: mamba-org/provision-with-micromamba@v15
16+
uses: mamba-org/setup-micromamba@v1
1717
with:
1818
environment-file: ${{ inputs.environment-file }}
1919
environment-name: ${{ inputs.environment-name }}
20-
extra-specs: ${{ inputs.extra-specs }}
21-
channels: conda-forge
22-
channel-priority: 'strict'
20+
create-args: ${{ inputs.extra-specs }}
2321
condarc-file: ci/condarc.yml
2422
cache-env: true
2523
cache-downloads: true

0 commit comments

Comments
 (0)