From 142ef896bd7d62e35848e904e7d234b1cdced4c6 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 2 Jun 2025 18:27:40 -0500 Subject: [PATCH] Add warning about shadowed uv binaries to `activate-environment` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a875426..b5e00da 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,11 @@ This allows directly using it in later steps: - 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 You can set the working directory with the `working-directory` input.