Skip to content

Commit

Permalink
Update ci/test_external.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Mar 5, 2024
1 parent f0b6aa3 commit 6de4e94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/test_external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ trap "EXITCODE=1" ERR
set +e

rapids-logger "running all gathered tests"
DATASHADER_TEST_GPU=1 pytest --numprocesses=8 $FILES
--dist=worksteal \
DATASHADER_TEST_GPU=1 pytest \
--numprocesses=8 \
--dist=worksteal \
$FILES

if [[ "$PROJECT" = "all" ]] || [[ "$PROJECT" = "datashader" ]]; then
# run test_quadmesh.py separately as dask.array tests fail with numprocesses
Expand Down

0 comments on commit 6de4e94

Please sign in to comment.