Skip to content

Commit

Permalink
actually turn off build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 17, 2024
1 parent 5e54225 commit 9f979b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_wheel_libcuspatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ python -m pip install \
-r /tmp/requirements-build.txt

# build with '--no-build-isolation', for better sccache hit rate
export PIP_NO_BUILD_ISOLATION=true
# 0 really means "add --no-build-isolation" (ref: https://github.com/pypa/pip/issues/5735)
export PIP_NO_BUILD_ISOLATION=0

ci/build_wheel.sh "${package_name}" python/libcuspatial cpp

0 comments on commit 9f979b5

Please sign in to comment.