Skip to content

Commit e12dc99

Browse files
committed
.github/workflows: ...
1 parent 3700530 commit e12dc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
1515
CIBW_TEST_REQUIRES: pytest pandas polars
1616
CIBW_TEST_SKIP: "*win32* cp*"
17-
CIBW_SKIP: "pp* cp*"
17+
CIBW_SKIP: "pp*"
1818

1919
jobs:
2020
build_manylinux_x86_64:

0 commit comments

Comments
 (0)