Skip to content

Commit

Permalink
Increase verbosity in wheel pytest run
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Mar 21, 2024
1 parent 0c8cfe1 commit 4fbf0e1
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 @@ -13,5 +13,5 @@ python -m pip install $(echo ./dist/rmm*.whl)[test]
if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test.py
else
python -m pytest ./python/rmm/tests
python -m pytest -s -v ./python/rmm/tests
fi

0 comments on commit 4fbf0e1

Please sign in to comment.