Skip to content

Commit

Permalink
[CI] Work around dmlc#11154
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 4, 2025
1 parent ea376a7 commit c7e2d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ci_build/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ case "$suite" in
set -x
install_xgboost
setup_pyspark_envs
export NCCL_RAS_ENABLE=0
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/python-gpu
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/test_distributed/test_gpu_with_dask
pytest -v -s -rxXs --fulltrace --durations=0 -m "mgpu" ${args} tests/test_distributed/test_gpu_with_spark
Expand Down

0 comments on commit c7e2d7f

Please sign in to comment.