Skip to content

Commit

Permalink
print openslide location during wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 17, 2023
1 parent cac9f41 commit 1a9988f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RAPIDS_PY_WHEEL_NAME="cucim_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-fro
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/cucim*.whl)[test]

echo `dpkg -l "*openslide*"`
echo `dpkg -L "libopenslide0"
# append folder containing libopenslide.so.0 to LD_LIBRARY_PATH
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu"
Expand Down

0 comments on commit 1a9988f

Please sign in to comment.