-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support downloading universal and pure Python wheels #4981
Conversation
Right now, the integration test running the downloader on every integration will fail, saying something like:
This is because the repository has not been updated with this new root layout yet. We should be doing that early next week. |
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
also hardcode the version of root layout used by this major version also some refactoring
sha2-256: 36d3bd0863f700e2b9b70a68cd5fc8ef97d101d74b37b4ab395db92e5ce3ce8d
db35b35
to
b28fe1f
Compare
OK, we look good to go 🚀 Just to clarify, this is for Also, could we please bump the |
What does this PR do?
New downloader for new Agents that will download and verify both universal and pure Python wheels.
Motivation
Request to support both types of wheels.
Additional Notes
This only affects new Agents. Old downloaders in old Agents will continue to work.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached