Skip to content

Commit 50a7574

Browse files
pquentingithub-actions[bot]
authored andcommitted
Run PyTorch tests on 3.12 too (#779)
PyTorch 2.3.1 does support Python 3.12. (cherry picked from commit 4728d9b)
1 parent b6208dc commit 50a7574

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ def test(session, pandas_version: str):
116116
"--nbval",
117117
)
118118

119-
# PyTorch 2.3.1 doesn't support Python 3.12
120-
if session.python == "3.12":
121-
pytest_args += ("--ignore=eland/ml/pytorch",)
122119
session.run(
123120
*pytest_args,
124121
*(session.posargs or ("eland/", "tests/")),

0 commit comments

Comments
 (0)