chore: use link mode for UV installs

This commit is contained in:
Matthias
2024-12-13 08:00:05 +01:00
parent 4f318a5981
commit 3a6ef8c34b

View File

@@ -269,7 +269,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
env:
UV_SYSTEM_PYTHON: 1
UV_LINK_MODE: copy
UV_LINK_MODE: hardlink
steps:
- uses: actions/checkout@v4