Skip to content

Commit 7417cfe

Browse files
committed
Add explicit true to old sklearn tests
1 parent 22a6d80 commit 7417cfe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)