Skip to content

Commit 33ac083

Browse files
eddiebergmannchristensen
authored andcommitted
ci: Fix exclude list
1 parent aaa6149 commit 33ac083

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)