no build deps

This commit is contained in:
meejah 2024-11-30 23:55:33 -07:00
parent 8a66c40d47
commit 6c9cb09481

View File

@ -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":