Skip to content

Commit

Permalink
fix macos pyarrow test install
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Feb 18, 2025
1 parent 9021829 commit 038f62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ python3 -m pip install -U pytest-cov
python3 -m pip install -U pytest-timeout
python3 -m pip install pyroma
python3 -m pip install numpy
python3 -m pip install pyarrow
# optional test dependency, only install if there's a binary package.
# fails on beta 3.14 and pypy3.10
python3 -m pip install --only-binary=:all: pyarrow || true

# extra test images
pushd depends && ./install_extra_test_images.sh && popd

0 comments on commit 038f62c

Please sign in to comment.