-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
install uv with uv #3131
install uv with uv #3131
Conversation
also avoid pip entirely in ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3131 +/- ##
===================================================
+ Coverage 99.63003% 99.63156% +0.00152%
===================================================
Files 122 126 +4
Lines 18380 18456 +76
Branches 1222 1226 +4
===================================================
+ Hits 18312 18388 +76
Misses 47 47
Partials 21 21
|
Also, for resolving windows virtual environment issues, I also had that problem while working on #2957, and something like this should help: |
I plan to pull the Script Vs bin out of sysconfig.get_path |
4c70cfe
to
c74e226
Compare
c74e226
to
70b2168
Compare
828f385
to
3e7a9a4
Compare
Sorry, I'm still not sold on this as a solution. I think it would be significantly better to just avoid setup-python's cache on PyPy+Windows runs. |
also avoid pip entirely in ci
this works around the issue where pip could not install uv on pypy on windows with a broken cache