Skip to content

Commit f5a13bb

Browse files
committed
Update test.yml
1 parent 9220d36 commit f5a13bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
- os: windows-latest
4545
python-version: "3.12"
4646
scikit-learn: "1.5.*"
47-
sklearn-only: "true"
47+
sklearn-only: "false"
4848

4949
# Coverage run
5050
- os: ubuntu-latest
5151
python-version: "3.12"
5252
scikit-learn: "1.5.*"
53-
sklearn-only: "true"
53+
sklearn-only: "false"
5454
code-cov: true
5555

5656
steps:

0 commit comments

Comments
 (0)