[CIVIS-9806] ENH update civis-python to v2.4.0; add uv#99
Merged
jacksonlee-civis merged 13 commits intoNov 18, 2024
Conversation
Comment on lines
-51
to
-56
| # Install the AWSCLI for moving match targets in the QC workflow. | ||
| # See https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#cliv2-linux-install | ||
| RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \ | ||
| unzip awscliv2.zip && \ | ||
| ./aws/install && \ | ||
| rm -rf aws awscliv2.zip |
Member
Author
There was a problem hiding this comment.
Now specifying awscli in requirements-core.txt instead, see below
| # It uses Docker to ensure that the environment matches what will be used in the production image. | ||
| set -e | ||
| docker compose run --rm pip-tools /bin/sh -c "pip install --upgrade pip-tools && pip-compile --output-file=requirements-full.txt --pip-args='--prefer-binary' --strip-extras --upgrade requirements-core.txt" | ||
| docker compose run --rm pip-tools /bin/sh -c "apt-get update -y && apt-get install -y git && pip install --upgrade pip-tools && pip-compile --output-file=requirements-full.txt --pip-args='--prefer-binary' --strip-extras --upgrade requirements-core.txt" |
Member
Author
There was a problem hiding this comment.
Need git for installing awscli from its github source
Member
Author
|
The CircleCI build has passed, but I'm switching this pull request to the "draft" status as I'm running tests internally on Civis Platform. Once this PR is ready for review, I'll tag you |
87248ef to
97aa76d
Compare
97aa76d to
b4d198b
Compare
|
Pull Request Merged!!! This build is running now. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We've just released civis-python v2.4.0, so it's time for another round of updating the datascience-python image. Summary of changes from the updated changelog:
CHANGELOG.mdat the repo's root level