Skip to content

Commit f23c0a9

Browse files
committed
.github/workflows: ...
1 parent dbee3af commit f23c0a9

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
@@ -11,7 +11,7 @@ env:
1111
TALIB_PY_VER: ${{ github.ref_name }}
1212
PIP_NO_VERIFY: 0
1313
PIP_VERBOSE: 1
14-
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
14+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja auditwheel && pip install -U numpy
1515
CIBW_TEST_REQUIRES: pytest pandas polars
1616
CIBW_TEST_SKIP: "*win32* cp*"
1717
CIBW_SKIP: "pp*"

0 commit comments

Comments
 (0)