Skip to content

Commit

Permalink
Update CI (#137)
Browse files Browse the repository at this point in the history
* update ci

* remove defaults from channels
  • Loading branch information
lilyminium authored Nov 25, 2024
1 parent ad7dbca commit 903d150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ 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
channels: conda-forge
activate-environment: cookiecutter-mdakit-docs
auto-update-conda: true
show-channel-urls: true
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
channels: conda-forge
{% elif cookiecutter.__dependency_source == 'anaconda' %}
miniconda-version: "latest"
channels: defaults
{% endif %}
activate-environment: {{cookiecutter.repo_name}}-test
Expand Down

0 comments on commit 903d150

Please sign in to comment.