Skip to content

Commit

Permalink
Updated github actions to use Mambaforge
Browse files Browse the repository at this point in the history
- Per the workaround in "conda-incubator/setup-miniconda#274 (comment)"
- Set to use mamba over conda
  • Loading branch information
ianmkenney committed Jan 16, 2023
1 parent e080a79 commit 50e6551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
environment-file: docs/requirements.yaml
add-pip-as-python-dependency: true
architecture: x64
mamba-version: "*"
miniforge-variant: Mambaforge
uses-mamba: true
channels: conda-forge, defaults
activate-environment: cookiecutter-mdakit-docs
auto-update-conda: true
Expand Down

0 comments on commit 50e6551

Please sign in to comment.