-
Notifications
You must be signed in to change notification settings - Fork 440
feat: add UV to python feature #1324
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
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Opened #1327 for the test failure which seems to be triggered by some update upstream. |
Scenario tests are failing now:
|
The test failure seems to be caused by attempting to install |
@karthiknadig Ok, how can we solve this? can't find the test where Python 3.6 is used |
@FabrizioCafolla i think all we need to do is only install it when version of Python is greater than 3.9. @chrmarti can you provide any guidance for this? |
Hi, I opened a pull request for adding UV to Python feature