Skip to content

Commit 739a931

Browse files
author
Sam Rensenhouse
committed
skip testing 32bit wheels since we are on 64bit platforms
1 parent b60ef42 commit 739a931

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
CIBW_TEST_COMMAND: pytest {package}
6262
CIBW_BEFORE_TEST: pip install scikit-build==0.11.1 cmake==3.18.4
6363
CIBW_TEST_REQUIRES: pytest
64+
CIBW_TEST_SKIP: "*-win32 *-manylinux_i686"
6465

6566
- name: Store artifacts
6667
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)