We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the recommended workflow for running this locally? Should I clone the repository and call relock.py?
relock.py
The text was updated successfully, but these errors were encountered:
You can use conda-lock directly. The git diff will be a mess, but it will still work just fine. This action only reformats the conda-lock output.
Sorry, something went wrong.
Fine by me. For future reference: I also got it working by running this giant CLI command:
python ../relock-conda/relock.py --environment-file environment.yml --lock-file conda-lock.yml --ignored-packages "" --relock-all-packages "true" --include-only-packages ""
It still prints /bin/sh: : No such file or directory (I don't know why because /bin/sh exists) but relocks the lock file.
/bin/sh: : No such file or directory
/bin/sh
No branches or pull requests
What is the recommended workflow for running this locally? Should I clone the repository and call
relock.py
?The text was updated successfully, but these errors were encountered: