mirror of https://github.com/aminya/setup-cpp
feat: upgrade pip after system installation
This commit is contained in:
parent
43600ff17c
commit
201ecd0a36
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -186,6 +186,8 @@ async function setupPip(foundPython: string) {
|
|||
const upgraded = ensurePipUpgrade(foundPython)
|
||||
if (!upgraded) {
|
||||
await setupPipSystem()
|
||||
// upgrade pip
|
||||
ensurePipUpgrade(foundPython)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue