improve setup

This commit is contained in:
rasbt
2025-02-19 19:22:29 -06:00
parent 06885790d7
commit b13abe3187

View File

@@ -35,6 +35,7 @@ jobs:
shell: pwsh
run: |
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
$env:Path = "C:\Users\runneradmin\.local\bin;$env:Path"
uv python install 3.11
$env:UV_PIP_OPTS="--no-binary tensorflow-io-gcs-filesystem"
uv sync --dev