Skip to content

Commit b9b8c95

Browse files
committed
Add explicit true to old sklearn tests
1 parent 17ffbbc commit b9b8c95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ jobs:
2020
scikit-learn: 0.18.2
2121
scipy: 1.2.0
2222
os: ubuntu-latest
23+
sklearn-only: 'true'
2324
- python-version: 3.6
2425
scikit-learn: 0.19.2
2526
os: ubuntu-latest
27+
sklearn-only: 'true'
2628
- python-version: 3.6
2729
scikit-learn: 0.20.2
2830
os: ubuntu-latest
31+
sklearn-only: 'true'
2932
- python-version: 3.8
3033
scikit-learn: 0.23.1
3134
code-cov: true

0 commit comments

Comments
 (0)