Skip to content

Commit 2eba5cd

Browse files
committed
Enable i686 for debugging
1 parent b978b09 commit 2eba5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
include:
2626
# NOTE: aarch64 builds are super slow due to QEMU emulation. Making this to parallelize and speed up workflow
2727
# TODO: Check wheels for i686. Segfault error during pytest execution...
28-
# - { os: ubuntu-latest, arch: i686 }
28+
- { os: ubuntu-latest, arch: i686 }
2929
# x86_64 - manylinux
3030
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp38-manylinux' }
3131
# x86_64 - musllinux
@@ -163,7 +163,7 @@ jobs:
163163
include:
164164
# NOTE: aarch64 builds are super slow due to QEMU emulation. Making this to parallelize and speed up workflow
165165
# TODO: Check wheels for i686. Segfault error during pytest execution...
166-
# - { os: ubuntu-latest, arch: i686 }
166+
- { os: ubuntu-latest, arch: i686 }
167167
# x86_64 - manylinux
168168
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp37-manylinux' }
169169
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp39-manylinux' }

0 commit comments

Comments
 (0)