Skip to content

Commit bd3f0d8

Browse files
Enable all tests for arm arch (#1510)
This PR enables running all pytests for `arm64` jobs. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Mark Harris (https://github.com/harrism) - https://github.com/jakirkham URL: #1510
1 parent c60bcb1 commit bd3f0d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci/test_wheel.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ RAPIDS_PY_WHEEL_NAME="rmm_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-
99
# echo to expand wildcard before adding `[extra]` requires for pip
1010
python -m pip install $(echo ./dist/rmm*.whl)[test]
1111

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
12+
python -m pytest ./python/rmm/tests

0 commit comments

Comments
 (0)