Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use PIP_CONSTRAINT instead of --no-build-isolation
Note: `pip install -c constraints.txt` doesn't pass the constraints into the nested `pip install` command used to set up the isolated build env, but setting the supposedly equivalent environment variable `PIP_CONSTRAINT` does work because it's still set when the nested pip command runs.
- Loading branch information