Skip to content

Commit 1dc220a

Browse files
committed
.github/workflows: ...
1 parent 2c6e14b commit 1dc220a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
- name: Build wheels
233233
uses: pypa/[email protected]
234234
env:
235+
CIBW_TEST_SKIP: "cp*"
235236
CIBW_TEST_COMMAND: >
236237
cd .. &&
237238
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
@@ -268,6 +269,7 @@ jobs:
268269
- name: Build wheels
269270
uses: pypa/[email protected]
270271
env:
272+
CIBW_TEST_SKIP: "cp*"
271273
CIBW_TEST_COMMAND: >
272274
cd .. &&
273275
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
@@ -304,6 +306,7 @@ jobs:
304306
- name: Build wheels
305307
uses: pypa/[email protected]
306308
env:
309+
CIBW_TEST_SKIP: "cp*"
307310
CIBW_TEST_COMMAND: >
308311
cd .. &&
309312
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests

0 commit comments

Comments
 (0)