Skip to content

Commit 558dfed

Browse files
committed
Add UV_TORCH_BACKEND environment variable to CI job
1 parent 8d5eb1d commit 558dfed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
timeout-minutes: 35
3333
env:
3434
TORCH_URL: "https://download.pytorch.org/whl/cpu/torch_stable.html"
35+
UV_TORCH_BACKEND: "cpu"
3536

3637
steps:
3738
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)