From 3d07f22635c4f61f9154fa783a9883cd0d897132 Mon Sep 17 00:00:00 2001 From: Ajay Thorve Date: Thu, 15 Aug 2024 14:12:05 -0700 Subject: [PATCH] fix variable name --- ci/test_external.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_external.sh b/ci/test_external.sh index c97dc7c9..d2c9e775 100755 --- a/ci/test_external.sh +++ b/ci/test_external.sh @@ -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