mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Work around Windows 2022 _version.py writing race
This commit is contained in:
parent
e49eba3df0
commit
2efa78e426
@ -260,7 +260,8 @@ jobs:
|
|||||||
if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
|
if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
|
||||||
echo "Found populated wheelhouse, skipping wheel building."
|
echo "Found populated wheelhouse, skipping wheel building."
|
||||||
} else {
|
} else {
|
||||||
python -m pip install wheel
|
python -m pip install wheel setuptools # Windows 2022 server py311 doesn't have setuptools?
|
||||||
|
python setup.py update_version # Cheat to win a race on Windows 2022 about writing _version.py
|
||||||
python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test]
|
python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user