Skip to content

Commit a2cb49b

Browse files
Tests: Run CPU tests against PyTorch 2.9 (#1797)
1 parent 45553f7 commit a2cb49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
matrix:
104104
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2025, macos-15]
105105
# Test with the oldest supported torch version, the newest two stable/RC.
106-
torch_version: ["2.3.1", "2.7.1", "2.8.0"]
106+
torch_version: ["2.3.1", "2.8.0", "2.9.0"]
107107
include:
108108
- os: ubuntu-22.04
109109
arch: x86_64

0 commit comments

Comments
 (0)