conda / conda-lock

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

Change to temp directory for running tests #427

Closed maresb closed 1 year ago

maresb commented 1 year ago

Conda-lock is sensitive to files in the current directory. Using it from the project root risks conflicts, like in #359 where I'd like to add a conda-lock.yml. Thus it may be desirable to run from an isolated directory by default.

netlify[bot] commented 1 year ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit b957260db4e03d696e136796c1ea42dba3907ef4
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/6484537c3172fd00086e2fd0
Deploy Preview https://deploy-preview-427--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

I don't want to merge this anymore. I'm satisfied now that the tests are no longer polluting the current directory.