We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d967648 commit d767541Copy full SHA for d767541
1 file changed
Makefile
@@ -239,7 +239,7 @@ prune:
239
python -m pip wheel --wheel-dir build/wheelhouse/ --requirement build/prune-requirements.txt
240
python -m pip wheel --wheel-dir build/wheelhouse/ .
241
python -m pip uninstall --yes --requirement build/prune-requirements.txt
242
- python -m pip install --no-index --find-links=build/wheelhouse/ --editable .
+ python -m pip install --no-index --only-binary :all: --find-links=build/wheelhouse/ --editable .
243
rm -fr build/
244
245
# Clean test caches and remove build artifacts.
0 commit comments