Skip to content

Commit

Permalink
ci: use miniforge-variant to fix #223
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Eaton committed Jan 24, 2023
1 parent cb1bda7 commit f186a1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
mamba-version: "*"
#mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge

# install conda environment
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
mamba-version: "*"
#mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge

# install conda environment
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/profile_creation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
mamba-version: "*"
#mamba-version: "*"
miniforge-variant: Mambaforge
channels: conda-forge

# install conda environment
Expand Down

0 comments on commit f186a1c

Please sign in to comment.