ci: install mamba on CI
This commit is contained in:
parent
f5f0b3eb28
commit
e9b17f1213
2 changed files with 10 additions and 12 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue