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:
7979 # Scipy lacks some i686 support, which cause the testing of the wheels
8080 # to fail, as scipy is attempted to be built form scratch
8181 - py : cp38
82- - arch : i686
82+ arch : i686
8383
8484 - py : cp39
85- - arch : i686
85+ arch : i686
8686
8787 - py : cp310
88- - arch : i686
88+ arch : i686
8989
9090 - py : cp311
91- - arch : i686
91+ arch : i686
9292
9393 steps :
9494 - name : Checkout ${{ env.package-name }}
@@ -158,16 +158,16 @@ jobs:
158158 # Scipy lacks win32 support, which cause the testing of the wheels
159159 # to fail, as scipy is attempted to be built form scratch
160160 - py : cp38
161- - arch : x86
161+ arch : x86
162162
163163 - py : cp39
164- - arch : x86
164+ arch : x86
165165
166166 - py : cp310
167- - arch : x86
167+ arch : x86
168168
169169 - py : cp311
170- - arch : x86
170+ arch : x86
171171
172172 steps :
173173 - name : Checkout ${{ env.package-name }}
You can’t perform that action at this time.
0 commit comments