Skip to content

Commit

Permalink
shell variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 17, 2024
1 parent 1199e31 commit 5e54225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build_wheel_libcuspatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

set -euo pipefail

package_name="libcuspatial"

git clone \
--branch multiple-file-keys \
https://github.com/jameslamb/dependency-file-generator.git \
Expand Down Expand Up @@ -30,4 +32,4 @@ python -m pip install \
# build with '--no-build-isolation', for better sccache hit rate
export PIP_NO_BUILD_ISOLATION=true

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

0 comments on commit 5e54225

Please sign in to comment.