From 01a3c9b94ef4dba24451a305f76c5074374c8a24 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:51:24 -0400 Subject: [PATCH] Use an in-project virtualenv in the CLI package. (#12678) Keeping it in sync with how our other packages are configured. --- libs/cli/poetry.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libs/cli/poetry.toml diff --git a/libs/cli/poetry.toml b/libs/cli/poetry.toml new file mode 100644 index 00000000000..ab1033bd372 --- /dev/null +++ b/libs/cli/poetry.toml @@ -0,0 +1,2 @@ +[virtualenvs] +in-project = true