Skip to content

Commit c4945ab

Browse files
committed
Added install pandas and pyarrow before run smoke
1 parent a929964 commit c4945ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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+

0 commit comments

Comments
 (0)