Skip to content

Commit c5b36d5

Browse files
authored
Update .github/workflows/ci-tests-pytorch.yml
1 parent 8b9f7e1 commit c5b36d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- { os: "macOS-14", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.7" }
7676
- { os: "ubuntu-22.04", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.7" }
7777
- { os: "windows-2022", pkg-name: "pytorch", python-version: "3.12", pytorch-version: "2.7" }
78-
timeout-minutes: 60
78+
timeout-minutes: 50
7979
env:
8080
PACKAGE_NAME: ${{ matrix.pkg-name }}
8181
TORCH_URL: "https://download.pytorch.org/whl/cpu/"

0 commit comments

Comments
 (0)