We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2d1f0 commit 865211dCopy full SHA for 865211d
.github/workflows/basic-tests-windows-uv.yml
@@ -36,6 +36,7 @@ jobs:
36
run: |
37
# Prepend local bin directory to PATH
38
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
39
+ $env:Path = "C:\Users\runneradmin\.local\bin;$env:Path"
40
$env:UV_PIP_OPTS = "--no-binary tensorflow-io-gcs-filesystem"
41
uv sync --dev --python=3.10
42
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
0 commit comments