From 6f25fc06d06417c23e8574de2e889a8640eb0e4c Mon Sep 17 00:00:00 2001 From: Artem Akymenko Date: Thu, 9 Jul 2026 06:58:59 +0000 Subject: [PATCH] ci: add UV_LINK_MODE=copy to suppress Windows hardlink warning --- .github/workflows/test_pip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_pip.yml b/.github/workflows/test_pip.yml index 5730129..55ee9be 100644 --- a/.github/workflows/test_pip.yml +++ b/.github/workflows/test_pip.yml @@ -44,6 +44,8 @@ jobs: - name: Install dependencies run: uv pip install --system .[dev] + env: + UV_LINK_MODE: copy - name: Run tests env: