Add docs for UV_PROJECT_ENVIRONMENT (#6987)

This commit is contained in:
Zanie Blue 2024-09-03 18:47:05 -05:00 committed by GitHub
parent 50d7b9c38a
commit 88ba1e90a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 0 deletions

View file

@ -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.