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

Ensure we have the latest pip version in CI before installing dependencies #2650

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

sdispater
Copy link
Member

Following the changes made in #2595 the chosen wheels for installation can not be always be installed with old versions of pip if they are too specific or with recent tags.

This caused our CI to fail. This PR fixes it by ensuring we use the latest version of pip.

Pull Request Check List

  • Added tests for changed code.
  • Updated documentation for changed code.

@sdispater sdispater merged commit 27d1599 into develop Jul 10, 2020
@sdispater sdispater deleted the ensure-latest-pip-in-ci branch July 10, 2020 10:26
@PetterS
Copy link
Contributor

PetterS commented Jul 13, 2020

Isn't this a sign that the version of pip used when creating the virtualenv should be much newer? Or specified in the pyproject file?

Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants