Skip to content

Commit b34e4be

Browse files
committed
Update test.yml
1 parent edbd899 commit b34e4be

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,6 @@ jobs:
2929
scikit-learn: ["1.0.*", "1.1.*", "1.2.*", "1.3.*", "1.4.*", "1.5.*"]
3030
os: [ubuntu-latest]
3131
sklearn-only: ["true"]
32-
include:
33-
- os: ubuntu-latest
34-
python-version: "3.8" # no scikit-learn 0.23 release for Python 3.9
35-
scikit-learn: "0.23.1"
36-
sklearn-only: "true"
37-
# scikit-learn 0.24 relies on scipy defaults, so we need to fix the version
38-
# c.f. https://github.com/openml/openml-python/pull/1267
39-
- os: ubuntu-latest
40-
python-version: "3.9"
41-
scikit-learn: "0.24"
42-
scipy: "1.10.0"
43-
sklearn-only: "true"
44-
# Do a Windows and Ubuntu test for _all_ openml functionality
45-
# I am not sure why these are on 3.8 and older scikit-learn
46-
- os: windows-latest
47-
python-version: "3.8"
48-
scikit-learn: 0.24.*
49-
scipy: "1.10.0"
50-
sklearn-only: 'false'
51-
# Include a code cov version
52-
- os: ubuntu-latest
53-
code-cov: true
54-
python-version: "3.8"
55-
scikit-learn: 0.23.1
56-
sklearn-only: 'false'
5732
fail-fast: false
5833

5934
steps:
@@ -145,6 +120,15 @@ jobs:
145120
echo "This is a temporary dummy job."
146121
echo "Always succeeds."
147122
123+
dummy_windows_py_sk023:
124+
name: (ubuntu-latest, Py3.8, sk0.23.1, sk-only:false)
125+
runs-on: ubuntu-latest
126+
steps:
127+
- name: Dummy step
128+
run: |
129+
echo "This is a temporary dummy job."
130+
echo "Always succeeds."
131+
148132
dummy_docker:
149133
name: docker
150134
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)