diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 4e8a5b03..8840d7d7 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -113,7 +113,9 @@ jobs: shell: bash run: | pip install uv - uv venv --system-site-packages --relocatable + if [ ! -d .venv ]; then + uv venv --system-site-packages --relocatable + fi uv sync --link-mode=copy --active --extra installer - name: Cache bun installation