mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-06-09 05:55:32 +00:00
Add warning about shadowed uv binaries to activate-environment
This commit is contained in:
parent
d44461ea9f
commit
142ef896bd
@ -137,6 +137,11 @@ This allows directly using it in later steps:
|
|||||||
- run: uv pip install pip
|
- run: uv pip install pip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
>
|
||||||
|
> If you have a dependency which requires uv, e.g., `hatch`, activating the environment will shadow
|
||||||
|
> the `uv` binary installed by this action and may result in a different uv version being used.
|
||||||
|
|
||||||
### Working directory
|
### Working directory
|
||||||
|
|
||||||
You can set the working directory with the `working-directory` input.
|
You can set the working directory with the `working-directory` input.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user