Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using CI, we want to use a fresh venv for every build so bad venv created by one job does not break the next job, or bad change in a PR is not hidden by good venv created by a previous job. When using local development, you may want to have venv per ramen source directory. One case is using git worktree to have multiple ramen trees. With this change you can create a venv per ramen worktree. Example usage: hack/make-venv .venv/ramen Since this is the expected usage, add this path to gitignore, so using `git clean dxf` does not remove the directory. Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information