Commit e007714
committed
Revisit installing pip in venv in separate step
The previous commit pinned the python39-pip package, but it may
still be upgraded when installed automatically in the
`python -m venv` step, since that step runs something like
`python3.9 -Im ensurepip --upgrade --default-pip`.
This replays 4605dd6 to install pip in a separate step. This
differs from the solution in gitpython-developers#2007 in that this does not use the
bootstrap script.1 parent 80adc50 commit e007714
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments