Skip to content

Commit

Permalink
cd to the repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 7, 2024
1 parent 69a885c commit 3eeee55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

# Support invoking test_python.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../

rapids-logger "Create test conda environment"
. /opt/conda/etc/profile.d/conda.sh
Expand Down Expand Up @@ -40,7 +40,7 @@ run_tests() {

# Test with TCP/Sockets
rapids-logger "TEST WITH TCP ONLY"
./run_pytests.sh
./ci/run_pytests.sh

rapids-logger "Run local benchmark"
# cd to root directory to prevent repo's `ucp` directory from being used
Expand Down

0 comments on commit 3eeee55

Please sign in to comment.