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

CI: pin Pip to 22.0.4 to avoid issues with --no-build-isolation #16172

Merged
merged 1 commit into from
May 13, 2022

Commits on May 13, 2022

  1. CI: pin Pip to 22.0.4 to avoid issues with --no-build-isolation

    This change can be reverted once Pip releases its next version with
    a fix for pypa/pip#11116.
    
    At the moment all our Azure builds are failing with errors like:
    ```
    ERROR: Some build dependencies for file:///D:/a/1/s conflict with the backend dependencies:
    numpy==1.21.4 is incompatible with numpy==1.18.5; python_version=='3.8' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64' and platform_python_implementation != 'PyPy'.
    ```
    
    [skip github]
    rgommers committed May 13, 2022
    Configuration menu
    Copy the full SHA
    67f673f View commit details
    Browse the repository at this point in the history