From f378e107525b343796b65e100e01ac6c6fda34af Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Dec 2024 22:49:22 +0100 Subject: [PATCH] chore: link mode copy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54f6da930..330fda6f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,6 +269,7 @@ jobs: python-version: ["3.10", "3.11", "3.12"] env: UV_SYSTEM_PYTHON: 1 + UV_LINK_MODE: copy steps: - uses: actions/checkout@v4