We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37449de commit 713a643Copy full SHA for 713a643
.github/workflows/wheels.yml
@@ -11,8 +11,8 @@ env:
11
TALIB_PY_VER: ${{ github.ref_name }}
12
PIP_NO_VERIFY: 0
13
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
+ CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
+ CIBW_TEST_REQUIRES: pytest pandas maturin polars
16
CIBW_SKIP: "pp*"
17
18
jobs:
0 commit comments