flake8
passed.
JSHint
passed.
Review Request #13473 — Created Dec. 29, 2023 and submitted
We invoke pip install to install various dependencies when running
setup.py develop
. Unfortunately, as pip and setuptools have
increasingly tried to isolate these things into short-lived virtualenvs,
it's caused a handful of problems. This change adds --no-build-isolation
to the command-line when we invoke pip.
Ran setup.py develop.
Summary | ID |
---|---|
707b39f38652b095682eef9cd6665bbd9f39df8d |