Skip to content

Commit b788465

Browse files
committed
skip testing where emulated
1 parent b988bec commit b788465

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
CIBW_BEFORE_TEST: pip install -r test_requirements.txt
4343
CIBW_TEST_COMMAND: cd {package} && pytest vmprof jitlog -vv
4444
CIBW_TEST_COMMAND_WINDOWS: cd /d {package} && pytest vmprof jitlog -vv
45+
CIBW_TEST_COMMAND_WINDOWS: cd /d {package} && pytest vmprof jitlog -vv
46+
CIBW_TEST_SKIP: "*-*{linux_{aarch64,ppc64le,s390x},macos_x86_64}"
4547

4648
- uses: actions/upload-artifact@v4
4749
with:

0 commit comments

Comments
 (0)