File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ lint:
2525 $(PYTHON ) -m flake8 --doctests $(PYROOTDIR )
2626
2727type :
28- $(PYTHON ) -m pip install --quiet --force-reinstall $(WHEEL_OUTDIR ) / softfloatpy- * .whl
28+ $(PYTHON ) -m pip install --quiet --force-reinstall --no-index --find-links= $(WHEEL_OUTDIR ) softfloatpy
2929 $(PYTHON ) -m mypy --strict $(PYROOTDIR )
3030
3131test :
32- $(PYTHON ) -m pip install --quiet --force-reinstall $(WHEEL_OUTDIR ) / softfloatpy- * .whl
32+ $(PYTHON ) -m pip install --quiet --force-reinstall --no-index --find-links= $(WHEEL_OUTDIR ) softfloatpy
3333 $(PYTHON ) -m pytest $(PYROOTDIR ) /tests -vv --doctest-modules
3434
3535dist :
@@ -39,7 +39,7 @@ ifneq ($(strip $(AUDITWHEEL)),)
3939endif
4040
4141doc :
42- $(PYTHON ) -m pip install --quiet --force-reinstall $(WHEEL_OUTDIR ) / softfloatpy- * .whl
42+ $(PYTHON ) -m pip install --quiet --force-reinstall --no-index --find-links= $(WHEEL_OUTDIR ) softfloatpy
4343 $(SPHINX_APIDOC ) -T -f -o $(PYDOCSRCDIR ) /apidoc $(PYROOTDIR ) /src
4444 $(SPHINX_BUILD ) -b html $(PYDOCSRCDIR ) $(PYDOCOUTDIR ) /html
4545
You can’t perform that action at this time.
0 commit comments