Always use latest version of pip. (#2396)

Installation should start by updating `pip` to the latest version.

Resolves issue noted in https://github.com/encode/httpx/pull/2334#issuecomment-1268308195
This commit is contained in:
Tom Christie 2022-10-05 18:42:32 +01:00 committed by GitHub
parent 9f70f54316
commit 2ac58e007a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,6 @@ else
PIP="pip"
fi
"$PIP" install -U pip
"$PIP" install -r "$REQUIREMENTS"
"$PIP" install -e .