chore: remove system mode, set path globally

This commit is contained in:
Matthias
2024-12-13 12:27:21 +01:00
parent 219e6b420e
commit f11fe14cdd

View File

@@ -267,9 +267,6 @@ jobs:
matrix:
os: [ windows-latest ]
python-version: ["3.10", "3.11", "3.12"]
env:
UV_SYSTEM_PYTHON: 1
UV_LINK_MODE: hardlink
steps:
- uses: actions/checkout@v4
@@ -291,6 +288,9 @@ jobs:
run: |
uv venv
.venv\Scripts\activate
# persist the venv path for future steps
"$(pwd)/.venv/Scripts" >> $env:GITHUB_PATH
function uvpipFunction { uv pip $args }
Set-Alias -name pip -value uvpipFunction
./build_helpers/install_windows.ps1