Skip to content

Commit

Permalink
arch is a script, not var
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jul 21, 2023
1 parent ce0a419 commit 926752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="cuml_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 ./dist

# On arm also need to install CMake because treelite needs to be compiled (no wheels available for arm).
if [[ "${arch}" == "aarch64" ]]; then
if [[ "$(arch)" == "aarch64" ]]; then
python -m pip install cmake
fi

Expand Down

0 comments on commit 926752d

Please sign in to comment.