File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ jobs:
79
79
# Scipy lacks some i686 support, which cause the testing of the wheels
80
80
# to fail, as scipy is attempted to be built form scratch
81
81
- py : cp38
82
- - arch : i686
82
+ arch : i686
83
83
84
84
- py : cp39
85
- - arch : i686
85
+ arch : i686
86
86
87
87
- py : cp310
88
- - arch : i686
88
+ arch : i686
89
89
90
90
- py : cp311
91
- - arch : i686
91
+ arch : i686
92
92
93
93
steps :
94
94
- name : Checkout ${{ env.package-name }}
@@ -158,16 +158,16 @@ jobs:
158
158
# Scipy lacks win32 support, which cause the testing of the wheels
159
159
# to fail, as scipy is attempted to be built form scratch
160
160
- py : cp38
161
- - arch : x86
161
+ arch : x86
162
162
163
163
- py : cp39
164
- - arch : x86
164
+ arch : x86
165
165
166
166
- py : cp310
167
- - arch : x86
167
+ arch : x86
168
168
169
169
- py : cp311
170
- - arch : x86
170
+ arch : x86
171
171
172
172
steps :
173
173
- name : Checkout ${{ env.package-name }}
You can’t perform that action at this time.
0 commit comments