Skip to content

Commit c167844

Browse files
committed
test: assert native library loads
1 parent 465f0f1 commit c167844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rapids-pip-retry install \
2222
--prefer-binary \
2323
--constraint "${PIP_CONSTRAINT}" \
2424
"${CPP_WHEELHOUSE}"/*.whl
25-
python -c "import librapidsmpf; librapidsmpf.load_library()"
25+
python -c "import librapidsmpf; assert (libraries := librapidsmpf.load_library()) and all(libraries)"
2626
deactivate
2727

2828
TIMEOUT_TOOL_PATH="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/timeout_with_stack.py

0 commit comments

Comments
 (0)