We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700530 commit e12dc99Copy full SHA for e12dc99
.github/workflows/wheels.yml
@@ -14,7 +14,7 @@ env:
14
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
15
CIBW_TEST_REQUIRES: pytest pandas polars
16
CIBW_TEST_SKIP: "*win32* cp*"
17
- CIBW_SKIP: "pp* cp*"
+ CIBW_SKIP: "pp*"
18
19
jobs:
20
build_manylinux_x86_64:
0 commit comments