Skip to content
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

Fix #1244: make test_wheels script use python -m pip #1288

Merged
merged 1 commit into from
Jan 14, 2021
Merged

Conversation

sc1f
Copy link
Contributor

@sc1f sc1f commented Jan 12, 2021

This PR fixes #1244.

The test_wheels script now uses the correct version of pip according to the Python interpreter rather than the pip defined in $PATH. This caused a [failure] on the 0.6.0 mega-build; even though pip was upgraded, the test script called the wrong version of pip and caused the wheel import to fail.

@sc1f sc1f added internal Internal refactoring and code quality improvement Python labels Jan 12, 2021
@sc1f
Copy link
Contributor Author

sc1f commented Jan 12, 2021

@texodus
Copy link
Member

texodus commented Jan 14, 2021

Thanks for the PR!

@texodus texodus merged commit acbaee7 into master Jan 14, 2021
@texodus texodus deleted the fix-py36-azure branch January 14, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal refactoring and code quality improvement Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Py36 environment in azure fails on tag build due to old pip
3 participants