Skip to content

Commit 9f64f31

Browse files
committed
Fix CIBW_TEST
1 parent b5df0aa commit 9f64f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ jobs:
345345
CIBW_BEFORE_BUILD: "pip install -U pip tox pybind11 && bash -x gen_manifest.sh && bash chdb/build.sh"
346346
CIBW_BUILD_VERBOSITY: 3
347347
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"
348+
CIBW_TEST_REQUIRES: "pyarrow pandas"
349+
CIBW_TEST_COMMAND: "cd {project} && make test"
349350
# with:
350351
# package-dir: .
351352
# output-dir: wheelhouse

0 commit comments

Comments
 (0)