Skip to content

Commit

Permalink
Update run-library-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 3, 2025
1 parent 399976d commit e1abdc7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ runtest() {
pytest \
"$plugin" \
-v \
--numprocesses="${NUM_PROCESSES}" \
--dist=worksteal \
--continue-on-collection-errors \
--cache-clear \
--numprocesses="${NUM_PROCESSES}" \
--dist=worksteal \
"${TEST_DIR}"/test_"${lib}"*.py


Expand All @@ -46,10 +46,10 @@ main() {
--compare \
-p cudf.pandas \
-v \
--numprocesses="${NUM_PROCESSES}" \
--dist=worksteal \
--continue-on-collection-errors \
--cache-clear \
--numprocesses="${NUM_PROCESSES}" \
--dist=worksteal \
"${TEST_DIR}"/test_"${lib}"*.py


Expand Down

0 comments on commit e1abdc7

Please sign in to comment.