Skip to content

Commit 62c0651

Browse files
committed
Update test.yml
1 parent 16309a6 commit 62c0651

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
exclude:
3535
# incompatible version combinations
3636
- python-version: "3.13"
37-
scikit-learn: ["1.3.*", "1.4.*"]
37+
scikit-learn: "1.3.*"
38+
- python-version: "3.13"
39+
scikit-learn: "1.4.*"
3840

3941
include:
4042
# Full test run on Windows

0 commit comments

Comments
 (0)