Skip to content

Commit

Permalink
don't run the cython tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jun 3, 2020
1 parent 00d9c86 commit 8dacdc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/python-wheels/osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ function install_wheel {
function run_unit_tests {
pushd $1

export PYARROW_TEST_CYTHON=OFF

# Install test dependencies
pip install $(pip_opts) -r python/requirements-wheel-test.txt

Expand Down

0 comments on commit 8dacdc9

Please sign in to comment.