conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
459 stars 102 forks source link

support nodefaults in environment.yml specs #418

Closed FHTMitchell closed 1 year ago

FHTMitchell commented 1 year ago

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

netlify[bot] commented 1 year ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit 837cd55d4390f104ab53ab3724161e5340820a3f
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 commented 1 year ago

Thanks @FHTMitchell!!!