Use an in-project virtualenv in the CLI package. (#12678)

Keeping it in sync with how our other packages are configured.
This commit is contained in:
Predrag Gruevski 2023-10-31 17:51:24 -04:00 committed by GitHub
parent f7f35a9102
commit 01a3c9b94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
libs/cli/poetry.toml Normal file
View File

@ -0,0 +1,2 @@
[virtualenvs]
in-project = true