File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123123 - name : Run tests
124124 run : |
125125 python3 -m pip install dist/*.whl
126+ python3 -m pip install pandas pyarrow
126127 python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res.get_memview().tobytes())"
127128 make test
128129 continue-on-error : false
@@ -240,6 +241,7 @@ jobs:
240241 - name : Run tests
241242 run : |
242243 python3 -m pip install dist/*.whl
244+ python3 -m pip install pandas pyarrow
243245 python3 -c "import chdb; res = chdb.query('select 1112222222,555', 'CSV'); print(res.get_memview().tobytes())"
244246 make test
245247 continue-on-error : false
@@ -343,7 +345,7 @@ jobs:
343345 CIBW_BEFORE_BUILD : " pip install -U pip tox pybind11 && bash -x gen_manifest.sh && bash chdb/build.sh"
344346 CIBW_BUILD_VERBOSITY : 3
345347 CIBW_BUILD : " cp37-macosx_x86_64 cp38-macosx_x86_64 cp39-macosx_x86_64 cp310-macosx_x86_64"
346- CIBW_TEST_COMMAND : " pwd && make test"
348+ CIBW_TEST_COMMAND : " pwd && pip install pyarrow pandas && make test"
347349 # with:
348350 # package-dir: .
349351 # output-dir: wheelhouse
You can’t perform that action at this time.
0 commit comments