File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 clang++ --version
7979 - name : Run chdb/build.sh
8080 run : |
81- python3 -m pip install pybind11
81+ python3 -m pip install pybind11 pandas pyarrow
8282 export CC=/usr/bin/clang
8383 export CXX=/usr/bin/clang++
8484 bash ./chdb/build.sh
@@ -187,7 +187,7 @@ jobs:
187187 - name : Run chdb/build.sh
188188 timeout-minutes : 300
189189 run : |
190- python3 -m pip install pybind11
190+ python3 -m pip install pybind11 pandas pyarrow
191191 export PATH=$(brew --prefix llvm@15)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
192192 export CC=$(brew --prefix llvm@15)/bin/clang
193193 export CXX=$(brew --prefix llvm@15)/bin/clang++
@@ -371,4 +371,4 @@ jobs:
371371
372372 # #build for macos12 arm64(Apple Silicon)
373373 # build_wheels_macos_arm64:
374-
374+
You can’t perform that action at this time.
0 commit comments