Install latest pip on `install` script (#1894)

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
Marcelo Trylesinski 2022-10-08 11:30:42 +02:00 committed by GitHub
parent fecaad5fef
commit 212fa46b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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