ci: install mamba on CI

This commit is contained in:
Anand Balakrishnan 2023-10-17 12:15:18 -07:00
parent f5f0b3eb28
commit e9b17f1213
No known key found for this signature in database
2 changed files with 10 additions and 12 deletions

View file

@ -30,6 +30,8 @@ jobs:
with:
environment-name: ci
environment-file: environment.yaml
create-args: >-
mamba
init-shell: bash
cache-environment: true
post-cleanup: 'all'
@ -66,6 +68,8 @@ jobs:
with:
environment-name: ci
environment-file: environment.yaml
create-args: >-
mamba
init-shell: bash
cache-environment: true
post-cleanup: 'all'
@ -104,6 +108,8 @@ jobs:
with:
environment-name: ci
environment-file: environment.yaml
create-args: >-
mamba
init-shell: bash
cache-environment: true
post-cleanup: 'all'
@ -130,6 +136,8 @@ jobs:
with:
environment-name: ci
environment-file: environment.yaml
create-args: >-
mamba
init-shell: bash
cache-environment: true
post-cleanup: 'all'