There was an error while loading. Please reload this page.
1 parent 465f0f1 commit c167844Copy full SHA for c167844
1 file changed
ci/test_wheel.sh
@@ -22,7 +22,7 @@ rapids-pip-retry install \
22
--prefer-binary \
23
--constraint "${PIP_CONSTRAINT}" \
24
"${CPP_WHEELHOUSE}"/*.whl
25
-python -c "import librapidsmpf; librapidsmpf.load_library()"
+python -c "import librapidsmpf; assert (libraries := librapidsmpf.load_library()) and all(libraries)"
26
deactivate
27
28
TIMEOUT_TOOL_PATH="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/timeout_with_stack.py
0 commit comments