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 cbe6aa7 commit f8dfb75
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]}")")"/../

. /opt/conda/etc/profile.d/conda.sh

Expand Down Expand Up @@ -40,7 +40,7 @@ rapids-logger "Check GPU usage"
nvidia-smi

rapids-logger "pytest kvikio"
./run_pytests.sh \
./ci/run_pytests.sh \
--junitxml="${RAPIDS_TESTS_DIR}/junit-kvikio.xml" \
--cov-config=.coveragerc \
--cov=kvikio \
Expand Down

0 comments on commit f8dfb75

Please sign in to comment.