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

support nodefaults in environment.yml specs #418

Merged
merged 3 commits into from
May 26, 2023

Conversation

FHTMitchell
Copy link
Contributor

Description

conda environment.yml files support a - nodefaults "channel" which suppresses the use of defaults channels in creating the environment. conda-lock uses --override-channels in the env creation anyway so - nodefaults is redundant but it causes a 404 error in the build since we treat nodefaults as a real channel.

This fixes #192

@FHTMitchell FHTMitchell requested a review from a team as a code owner May 26, 2023 14:07
@netlify
Copy link

netlify bot commented May 26, 2023

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 837cd55
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/6470c01c2ac404000874191c
😎 Deploy Preview https://deploy-preview-418--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@maresb maresb merged commit fb7f580 into conda:main May 26, 2023
11 checks passed
@maresb
Copy link
Contributor

maresb commented May 26, 2023

Thanks @FHTMitchell!!!

@FHTMitchell FHTMitchell deleted the support-nodefaults branch May 26, 2023 16:28
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.

Cannot lock when Conda channel_alias is set and nodefaults channel is in environment.yml
2 participants