Skip to content

Commit

Permalink
add xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Aug 14, 2024
1 parent d72dda1 commit dae1ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "$PROJECT" = "all" ]; then

rapids-logger "Run GPU tests for $LIBRARY"

pytest --numprocesses=8 --dist=worksteal $LIBRARY/$LIBRARY/tests --benchmark-skip --gpu
python -m pytest $LIBRARY/tests/ --numprocesses=8 --dist=worksteal --gpu

popd
done
Expand All @@ -67,7 +67,7 @@ else

rapids-logger "Run GPU tests for $LIBRARY"

pytest --numprocesses=8 --dist=worksteal $LIBRARY/$LIBRARY/tests --benchmark-skip --gpu
python -m pytest $LIBRARY/tests/ --numprocesses=8 --dist=worksteal --gpu

popd
fi
Expand Down
1 change: 1 addition & 0 deletions ci/utils/external_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ dependencies:
- dash
- dask-sql
- pytest-benchmark
- pytest-xdist

0 comments on commit dae1ddd

Please sign in to comment.