Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Aug 15, 2024
1 parent 777a8e8 commit 3d07f22
Showing 1 changed file with 2 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 @@ -75,9 +75,9 @@ else
python -m pip install .[tests]


rapids-logger "Run GPU tests for $LIBRARY"
rapids-logger "Run GPU tests for $PROJECT"

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

popd
fi
Expand Down

0 comments on commit 3d07f22

Please sign in to comment.