Skip to content

Commit

Permalink
Fix CI mamba setup, following conda-incubator/setup-miniconda#274
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jan 28, 2023
1 parent f036872 commit 9b8c968
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ jobs:
with:
# We need mamba here already, otherwise we run into
# https://github.com/conda-incubator/setup-miniconda/issues/262
mamba-version: "*"
# mamba-version: "*"
# 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
miniforge-variant: Mambaforge
environment-file: envs/grenepipe.yaml
activate-environment: grenepipe

Expand Down

0 comments on commit 9b8c968

Please sign in to comment.