Skip to content

Commit

Permalink
Try fixing mambaforge miniforge mamba CI setup issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Mar 27, 2024
1 parent d98c503 commit 25288b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
# see https://github.com/conda-incubator/setup-miniconda/issues/274#issue-1531425010
# If that changes again in the future, also change it below in the other jobs.
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down Expand Up @@ -213,6 +214,7 @@ jobs:
# mamba-version: "*"
# Need to use a different setup to get mamba to work, see above.
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down Expand Up @@ -277,6 +279,7 @@ jobs:
# mamba-version: "*"
# Need to use a different setup now to get mamba to work, see above.
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down

0 comments on commit 25288b9

Please sign in to comment.