We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arm
1 parent c60bcb1 commit bd3f0d8Copy full SHA for bd3f0d8
ci/test_wheel.sh
@@ -9,9 +9,4 @@ RAPIDS_PY_WHEEL_NAME="rmm_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-
9
# echo to expand wildcard before adding `[extra]` requires for pip
10
python -m pip install $(echo ./dist/rmm*.whl)[test]
11
12
-# Run smoke tests for aarch64 pull requests
13
-if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
14
- python ./ci/wheel_smoke_test.py
15
-else
16
- python -m pytest ./python/rmm/tests
17
-fi
+python -m pytest ./python/rmm/tests
0 commit comments