-
-
Notifications
You must be signed in to change notification settings - Fork 710
Setup UV as venv manager for computer #789
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
Merged
Merged
+620
−240
Conversation
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
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
…management-using-uv
- Upgrade from Python 3.10 to Python 3.12 for consistency across images - Install Firefox before changing default Python to avoid apt_pkg module error with add-apt-repository
…management-using-uv
- Install UV as the docker user instead of root - Create a system-wide symlink at /usr/local/bin/uv so it's available in all contexts - Add network readiness checks for OEM setup timing to prevent uv installation failure - Include build dependencies (build-essential, gcc, linux-headers) for evdev compilation
…management-using-uv
f-trycua
approved these changes
Jan 21, 2026
…management-using-uv
97af8df to
ef93bde
Compare
…gration Modify Android handler to run UV/Python commands on container host instead of inside the emulator. Commands containing 'uv', 'python', or '/home/androidusr' now execute on the host where Python 3.12 and UV are installed.
Enhance Android container entry script with better reliability and UV integration: - Add process cleanup on startup (kill-server, pkill qemu) to fix issues with subsequent container restarts where stale processes blocked emulator launch - Start ADB server explicitly before launching emulator - Increase emulator boot timeout from 5 to 10 minutes (600s) - Add detailed progress messages and failure diagnostics (show device list/processes) - Add UV to PATH for all processes
…nt comparison errors
…management-using-uv
f-trycua
approved these changes
Jan 24, 2026
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.
playwright_execandBrowserToolworks