mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
must install wheel
to build wheels with pip wheel
it seems
This commit is contained in:
parent
4db44dc178
commit
65d76c2e3c
@ -258,6 +258,7 @@ jobs:
|
||||
if ((Test-Path .\wheelhouse) -and (Test-Path .\wheelhouse\*)) {
|
||||
echo "Found populated wheelhouse, skipping wheel building."
|
||||
} else {
|
||||
python -m pip install wheel
|
||||
python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user