Skip to content

Commit 038f62c

Browse files
committed
fix macos pyarrow test install
1 parent 9021829 commit 038f62c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macos-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ python3 -m pip install -U pytest-cov
2626
python3 -m pip install -U pytest-timeout
2727
python3 -m pip install pyroma
2828
python3 -m pip install numpy
29-
python3 -m pip install pyarrow
29+
# optional test dependency, only install if there's a binary package.
30+
# fails on beta 3.14 and pypy3.10
31+
python3 -m pip install --only-binary=:all: pyarrow || true
3032

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

0 commit comments

Comments
 (0)