mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-21 09:11:54 +00:00
Add input no-project in combination with activate-environment
This commit is contained in:
parent
7dd591db95
commit
bbc3b65ad6
8 changed files with 71 additions and 4 deletions
|
|
@ -62,6 +62,9 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
|
|||
# Custom path for the virtual environment when using activate-environment (default: .venv in the working directory)
|
||||
venv-path: ""
|
||||
|
||||
# Pass --no-project when creating the venv with activate-environment.
|
||||
no-project: "false"
|
||||
|
||||
# The directory to execute all commands in and look for files such as pyproject.toml
|
||||
working-directory: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue