Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Nov 1, 2024
1 parent 99b1fb9 commit ec0aa39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
environment-file: docs/requirements.yaml
add-pip-as-python-dependency: true
architecture: x64
miniforge-variant: Mambaforge
miniforge-version: "latest"
use-mamba: true
channels: conda-forge, defaults
activate-environment: cookiecutter-mdakit-docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
environment-file: devtools/conda-envs/test_env.yaml
add-pip-as-python-dependency: true
{% if cookiecutter.__dependency_source == 'conda-forge' %}
miniforge-variant: Mambaforge
miniforge-version: "latest"
use-mamba: true
channels: conda-forge, defaults
{% elif cookiecutter.__dependency_source == 'anaconda' %}
miniconda-version: "latest"
channels: defaults
{% endif %}
activate-environment: {{cookiecutter.repo_name}}-test
Expand Down

0 comments on commit ec0aa39

Please sign in to comment.