Skip to content

Commit

Permalink
[Ci] fix pip version to deflake minimal install 3.10
Browse files Browse the repository at this point in the history
see if the test failure is caused by pip version upgrade
  • Loading branch information
scv119 committed Apr 21, 2023
1 parent 24cbd38 commit 3243ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/env/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ install_upgrade_pip() {
fi

if "${python}" -m pip --version || "${python}" -m ensurepip; then # Configure pip if present
"${python}" -m pip install --upgrade pip
"${python}" -m pip install --upgrade "pip!=23.1"

# If we're in a CI environment, do some configuration
if [ "${CI-}" = true ]; then
Expand Down

0 comments on commit 3243ba2

Please sign in to comment.