Skip to content

Commit

Permalink
Enable all tests for arm arch (#1510)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
galipremsagar authored Apr 2, 2024
1 parent c60bcb1 commit bd3f0d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@ RAPIDS_PY_WHEEL_NAME="rmm_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-
# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/rmm*.whl)[test]

# Run smoke tests for aarch64 pull requests
if [[ "$(arch)" == "aarch64" && ${RAPIDS_BUILD_TYPE} == "pull-request" ]]; then
python ./ci/wheel_smoke_test.py
else
python -m pytest ./python/rmm/tests
fi
python -m pytest ./python/rmm/tests

0 comments on commit bd3f0d8

Please sign in to comment.