mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
improve setup
This commit is contained in:
1
.github/workflows/basic-tests-windows-uv.yml
vendored
1
.github/workflows/basic-tests-windows-uv.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user