Commit 1d56d0e
committed
ci: smoke test uses python -m pip too (Windows pip self-modify)
The previous fix switched cibw before-build to python -m pip install,
but missed the smoke-test step's `<venv>/Scripts/pip install --upgrade
pip` line, which trips the same Windows "ERROR: To modify pip, please
run the following command: ...python.exe -m pip install ..." check.
Switch both smoke test steps (Linux + Windows) to the python -m pip
form for symmetry.1 parent cd735e7 commit 1d56d0e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
477 | | - | |
| 476 | + | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments