We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9021829 commit 038f62cCopy full SHA for 038f62c
.github/workflows/macos-install.sh
@@ -26,7 +26,9 @@ python3 -m pip install -U pytest-cov
26
python3 -m pip install -U pytest-timeout
27
python3 -m pip install pyroma
28
python3 -m pip install numpy
29
-python3 -m pip install pyarrow
+# 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
32
33
# extra test images
34
pushd depends && ./install_extra_test_images.sh && popd
0 commit comments