Skip to content

Commit 713a643

Browse files
committed
.github/workflows: ...
1 parent 37449de commit 713a643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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 maturin && pip install -U numpy
15-
CIBW_TEST_REQUIRES: pytest pandas polars
14+
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
15+
CIBW_TEST_REQUIRES: pytest pandas maturin polars
1616
CIBW_SKIP: "pp*"
1717

1818
jobs:

0 commit comments

Comments
 (0)