Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI #137

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update CI #137

wants to merge 3 commits into from

Conversation

lilyminium
Copy link
Member

@lilyminium lilyminium commented Nov 1, 2024

Fixes #136

Changes made in this Pull Request:

  • Updates to miniforge/miniconda instead of mambaforge

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG.md updated?
  • AUTHORS.md updated?
  • Issue raised/referenced?

@lilyminium lilyminium closed this Nov 1, 2024
@lilyminium lilyminium reopened this Nov 1, 2024
Copy link
Member

@IAlibay IAlibay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, but we should remove defaults from the channels.

There are issues in the MDA mdakits that are failing even with these changes though - so we should work out what's up with them (i.e. there might be a deeper issue).

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove defaults? It's problematic with the whole anaconda license stuff.

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same things here re: defaults

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, and raised #142 to tackle environment files.

@lilyminium
Copy link
Member Author

Thanks for the review @IAlibay, once CI goes goes green (fingers crossed) I'll merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mambaforge is getting sunsetted
2 participants