Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In eb9ee31, pip-compile was changed to no longer cd into the requirements directory. The reason for this change was because of the use of `ONESHELL` which causes diverging behavior in environments with make versions that don't yet support this mode. This commit reverts the removal of the `cd` invocations, and additionally removes the `ONESHELL` option which should make behavior aligned across dev envs.
- Loading branch information