mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
no build deps
This commit is contained in:
parent
8a66c40d47
commit
6c9cb09481
@ -219,8 +219,6 @@ jobs:
|
||||
# PIP_FIND_LINKS: "wheelhouse"
|
||||
|
||||
steps:
|
||||
- run: choco install gpg4win -y
|
||||
|
||||
- "checkout"
|
||||
|
||||
# If possible, restore a pip download cache to save us from having to
|
||||
@ -263,7 +261,7 @@ jobs:
|
||||
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] .[build]
|
||||
python -m pip wheel --wheel-dir $env:PIP_FIND_LINKS .[testenv] .[test]
|
||||
}
|
||||
|
||||
- "save_cache":
|
||||
|
Loading…
Reference in New Issue
Block a user