mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 23:37:24 +00:00
Add docs for UV_PROJECT_ENVIRONMENT
(#6987)
This commit is contained in:
parent
50d7b9c38a
commit
88ba1e90a0
4 changed files with 41 additions and 0 deletions
|
@ -229,6 +229,12 @@ steps:
|
|||
run: uv run pytest tests
|
||||
```
|
||||
|
||||
!!! tip
|
||||
|
||||
The
|
||||
[`UV_PROJECT_ENVIRONMENT` setting](../../concepts/projects.md#custom-project-environment-paths) can
|
||||
be used to install to the system Python environment instead of creating a virtual environment.
|
||||
|
||||
## Caching
|
||||
|
||||
It may improve CI times to store uv's cache across workflow runs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue