We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f131c9 commit ed37400Copy full SHA for ed37400
.github/workflows/ci-scikit-learn.yml
@@ -28,22 +28,18 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- - name: scikit-learn 0.24.2 (Python 3.9)
32
- framework: scikitlearn
33
- scikit-learn: 0.24.2
34
- python: 3.9
35
- name: scikit-learn 1.1.3 (Python 3.9)
36
framework: scikitlearn
37
scikit-learn: 1.1.3
38
python: 3.9
39
- - name: scikit-learn 1.2.2 (Python 3.9)
40
41
- scikit-learn: 1.2.2
42
43
- name: scikit-learn 1.2.2 (Python 3.10)
44
45
scikit-learn: 1.2.2
46
python: '3.10'
+ - name: scikit-learn 1.3.2 (Python 3.10)
+ framework: scikitlearn
+ scikit-learn: 1.3.2
+ python: '3.10'
47
48
name: ${{ matrix.name }}
49
steps:
0 commit comments