We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6e14b commit 1dc220aCopy full SHA for 1dc220a
.github/workflows/wheels.yml
@@ -232,6 +232,7 @@ jobs:
232
- name: Build wheels
233
uses: pypa/[email protected]
234
env:
235
+ CIBW_TEST_SKIP: "cp*"
236
CIBW_TEST_COMMAND: >
237
cd .. &&
238
pytest --rootdir=C: -k "not RSI and not threading" {project}/tests
@@ -268,6 +269,7 @@ jobs:
268
269
270
271
272
273
274
275
@@ -304,6 +306,7 @@ jobs:
304
306
305
307
308
309
310
311
312
0 commit comments