Skip to content

Commit 805e26b

Browse files
committed
fix python/torch mismatch
1 parent 51a391c commit 805e26b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ["3.9", "3.12", "3.14"]
18+
python-version: ["3.9", "3.12"]
1919
# We aim to support the versions on pytorch.org
2020
# as well as selected previous versions on
2121
# https://pytorch.org/get-started/previous-versions/
@@ -30,6 +30,10 @@ jobs:
3030
torch-version: 2.6.0
3131
python-version: "3.12"
3232
sklearn-version: "legacy"
33+
- os: ubuntu-latest
34+
torch-version: 2.9.1
35+
python-version: "3.14"
36+
sklearn-version: "latest"
3337

3438
runs-on: ${{ matrix.os }}
3539

0 commit comments

Comments
 (0)