Skip to content

Commit

Permalink
Try fixing mamba in CI, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Mar 27, 2024
1 parent 25288b9 commit b2e5334
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,14 @@ jobs:
with:
# We need mamba here already, otherwise we run into
# https://github.com/conda-incubator/setup-miniconda/issues/262
# mamba-version: "*"
mamba-version: "*"
channels: conda-forge
channels: conda-forge
# We need to replace the above, at least for now, due to instabilities in the action,
# 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
# miniforge-variant: Mambaforge
# miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down Expand Up @@ -211,10 +213,11 @@ jobs:
- name: Setup Conda
uses: conda-incubator/[email protected]
with:
# mamba-version: "*"
mamba-version: "*"
channels: conda-forge
# Need to use a different setup to get mamba to work, see above.
miniforge-variant: Mambaforge
miniforge-version: latest
# miniforge-variant: Mambaforge
# miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down Expand Up @@ -276,10 +279,11 @@ jobs:
- name: Setup Conda
uses: conda-incubator/[email protected]
with:
# mamba-version: "*"
mamba-version: "*"
channels: conda-forge
# Need to use a different setup now to get mamba to work, see above.
miniforge-variant: Mambaforge
miniforge-version: latest
# miniforge-variant: Mambaforge
# miniforge-version: latest
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down

0 comments on commit b2e5334

Please sign in to comment.