File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
include :
26
26
# NOTE: aarch64 builds are super slow due to QEMU emulation. Making this to parallelize and speed up workflow
27
27
# TODO: Check wheels for i686. Segfault error during pytest execution...
28
- # - { os: ubuntu-latest, arch: i686 }
28
+ - { os: ubuntu-latest, arch: i686 }
29
29
# x86_64 - manylinux
30
30
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp38-manylinux' }
31
31
# x86_64 - musllinux
@@ -163,7 +163,7 @@ jobs:
163
163
include :
164
164
# NOTE: aarch64 builds are super slow due to QEMU emulation. Making this to parallelize and speed up workflow
165
165
# TODO: Check wheels for i686. Segfault error during pytest execution...
166
- # - { os: ubuntu-latest, arch: i686 }
166
+ - { os: ubuntu-latest, arch: i686 }
167
167
# x86_64 - manylinux
168
168
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp37-manylinux' }
169
169
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp39-manylinux' }
You can’t perform that action at this time.
0 commit comments