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 b5df0aa commit 9f64f31Copy full SHA for 9f64f31
.github/workflows/build_wheels.yml
@@ -345,7 +345,8 @@ jobs:
345
CIBW_BEFORE_BUILD: "pip install -U pip tox pybind11 && bash -x gen_manifest.sh && bash chdb/build.sh"
346
CIBW_BUILD_VERBOSITY: 3
347
CIBW_BUILD: "cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
348
- CIBW_TEST_COMMAND: "pwd && pip install pyarrow pandas && make test"
+ CIBW_TEST_REQUIRES: "pyarrow pandas"
349
+ CIBW_TEST_COMMAND: "cd {project} && make test"
350
# with:
351
# package-dir: .
352
# output-dir: wheelhouse
0 commit comments