Skip to content

Commit ca92fba

Browse files
committed
Update CI/CD
Signed-off-by: SimJeg <[email protected]>
1 parent 8492c86 commit ca92fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
run: |
1818
nvidia-smi
1919
python3 --version
20-
which python3
21-
2220
- name: Install uv
2321
uses: astral-sh/setup-uv@v6
2422
with:
@@ -27,7 +25,9 @@ jobs:
2725
- name: Install dependencies
2826
run: |
2927
uv sync --all-groups
30-
uv pip install torch==2.10.0
28+
uv pip install torch==2.10
29+
env:
30+
UV_HTTP_TIMEOUT: 300
3131

3232
- run: make test
3333
env:

0 commit comments

Comments
 (0)