Skip to content

Commit b002b4f

Browse files
committed
Do not skip tests in buildwheels
1 parent 161494e commit b002b4f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto' || 'auto armv7l' }}
5959
CIBW_ARCHS_MACOS: ${{ runner.arch == 'X64' && 'auto' || 'auto universal2' }}
6060
CIBW_ARCHS_WINDOWS: "auto ARM64"
61-
# armv7l runs under QEMU (too slow for the full test suite); win_arm64 is cross-compiled
62-
CIBW_TEST_SKIP: "*-win_arm64 *-manylinux_armv7l *-musllinux_armv7l"
6361
CIBW_BUILD_FRONTEND: "build"
6462
MACOSX_DEPLOYMENT_TARGET: "14.0" # fix build for macos-15-intel
6563

0 commit comments

Comments
 (0)