Skip to content

Commit

Permalink
call apt update first
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 18, 2023
1 parent 103e119 commit b644477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test.py
else

DEBIAN_FRONTEND=noninteractive apt update
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends libopenslide0

# verify if openslide package has been installed
Expand Down

0 comments on commit b644477

Please sign in to comment.