Skip to content

Commit 6ff98d3

Browse files
committed
.github/workflows: ...
1 parent 2d97dc8 commit 6ff98d3

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 maturin && pip install -U numpy
1515
CIBW_TEST_REQUIRES: pytest pandas polars
1616
CIBW_SKIP: "pp*"
1717

0 commit comments

Comments
 (0)