-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Update CI #137
Conversation
There was a problem hiding this 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).
.github/workflows/gh-ci.yaml
Outdated
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Thanks for the review @IAlibay, once CI goes goes green (fingers crossed) I'll merge. |
Fixes #136
Changes made in this Pull Request:
PR Checklist