-
-
Notifications
You must be signed in to change notification settings - Fork 61
build(ci): Use setup-uv v7 and remove uv version pinning #7799
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
Changes from all commits
c2417a7
a0757ac
128bf98
f49dc6b
c9a4eb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ ENV PATH="/.venv/bin:$PATH" UV_PROJECT_ENVIRONMENT=/.venv \ | |
| UV_COMPILE_BYTECODE=1 UV_NO_CACHE=1 | ||
|
|
||
| RUN python3 -m pip install \ | ||
| --index-url 'https://pypi.devinfra.sentry.io/simple' 'uv==0.8.2' | ||
| --index-url 'https://pypi.devinfra.sentry.io/simple' 'uv' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unpinned uv version in production Dockerfile risks build breakageMedium Severity The |
||
|
|
||
| # We don't want uv-managed python, we want to use python from the image. | ||
| # We only want to use uv to manage dependencies. | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.