-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Use conda-lock files to incrementally update conda-based installers #22059
Merged
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68840c7 - Browse repository at this point
Copy the full SHA 68840c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 200ada8 - Browse repository at this point
Copy the full SHA 200ada8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38a42c - Browse repository at this point
Copy the full SHA d38a42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e684f68 - Browse repository at this point
Copy the full SHA e684f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e37c5 - Browse repository at this point
Copy the full SHA d2e37c5View commit details -
Add create_conda_lock function.
Note that "local" channel does not work for conda/conda-lock/mamba solver. The local channel path must be explicit. I'm sure that this is an old bug.
Configuration menu - View commit details
-
Copy full SHA for e7bc64c - Browse repository at this point
Copy the full SHA e7bc64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81964c5 - Browse repository at this point
Copy the full SHA 81964c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3009f3f - Browse repository at this point
Copy the full SHA 3009f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 774ca4b - Browse repository at this point
Copy the full SHA 774ca4bView commit details -
This is required by the installer tests. Fix issue where installer test did not exit if installer failed.
Configuration menu - View commit details
-
Copy full SHA for 5a4b9dd - Browse repository at this point
Copy the full SHA 5a4b9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ebad8 - Browse repository at this point
Copy the full SHA 99ebad8View commit details -
Use lock file for runtime environment in constructor.
Include scientific packages in lock file. Ensure PY_VER and SPYVER are updated from spec.
Configuration menu - View commit details
-
Copy full SHA for 80bedf1 - Browse repository at this point
Copy the full SHA 80bedf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0436ac8 - Browse repository at this point
Copy the full SHA 0436ac8View commit details -
Change update manager plugin to use conda-lock file.
Installer path is either installer or lock file and download worker is used for all updates for conda-based installers. Shell scripts now "mamba update -p <prefix> -y --file conda-<platform>.lock".
Configuration menu - View commit details
-
Copy full SHA for 693e3c7 - Browse repository at this point
Copy the full SHA 693e3c7View commit details -
Array options for script and cat-ing to script are incompatible: ("-i" "''" "-e") works for cat-ing but not for script; ("-i" '' "-e") works for script but not cat-ing. For situations that require both script and cat-ing that must work for both GNU and BSD, the only solution is to use "-i.bak -e" and "rm *.bak"
Configuration menu - View commit details
-
Copy full SHA for 0e4d017 - Browse repository at this point
Copy the full SHA 0e4d017View commit details -
Remove checksum from conda-lock spec for packages built locally.
For non-release and non-pre-release, this will be spyder, spyder-kernels, qtconsole, python-lsp-server. For release and pre-release, this will only be spyder.
Configuration menu - View commit details
-
Copy full SHA for 3851e1f - Browse repository at this point
Copy the full SHA 3851e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 031df4e - Browse repository at this point
Copy the full SHA 031df4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8a69b - Browse repository at this point
Copy the full SHA bb8a69bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.