Skip to content

WIP: Added install pandas and pyarrow before run smoke #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
clang++ --version
- name: Run chdb/build.sh
run: |
python3 -m pip install pybind11
python3 -m pip install pybind11 pandas pyarrow
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
bash ./chdb/build.sh
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Run chdb/build.sh
timeout-minutes: 300
run: |
python3 -m pip install pybind11
python3 -m pip install pybind11 pandas pyarrow
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
export CC=$(brew --prefix llvm@15)/bin/clang
export CXX=$(brew --prefix llvm@15)/bin/clang++
Expand Down Expand Up @@ -371,4 +371,4 @@ jobs:

# #build for macos12 arm64(Apple Silicon)
# build_wheels_macos_arm64: