Skip to content

Commit 1899924

Browse files
author
Beat Buesser
committed
Add workflow for scikit-learn 1.1.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent a5a40ae commit 1899924

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-scikit-learn.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
scikit-learn: 0.24.2
3131
python: 3.9
3232
- name: scikit-learn 1.0.2 (Python 3.9)
33-
framework: scikitlearn
34-
scikit-learn: 1.0.2
35-
python: 3.9
33+
framework: scikitlearn
34+
scikit-learn: 1.0.2
35+
python: 3.9
3636
- name: scikit-learn 1.1.0 (Python 3.9)
37-
framework: scikitlearn
38-
scikit-learn: 1.1.0
39-
python: 3.9
37+
framework: scikitlearn
38+
scikit-learn: 1.1.0
39+
python: 3.9
4040

4141
name: ${{ matrix.name }}
4242
steps:

0 commit comments

Comments
 (0)