Skip to content

Commit 865211d

Browse files
committed
add path
1 parent 6e2d1f0 commit 865211d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/basic-tests-windows-uv.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
# Prepend local bin directory to PATH
3838
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
39+
$env:Path = "C:\Users\runneradmin\.local\bin;$env:Path"
3940
$env:UV_PIP_OPTS = "--no-binary tensorflow-io-gcs-filesystem"
4041
uv sync --dev --python=3.10
4142
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt

0 commit comments

Comments
 (0)