Skip to content

Commit

Permalink
debug RAPIDS_COVERAGE_DIR var
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Nov 29, 2022
1 parent 4995a79 commit b4291ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/test_python_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ set +u
conda activate test
set -u

echo "printRAPIDS_COVERAGE_DIR1: ${RAPIDS_COVERAGE_DIR}"
rapids-print-env
echo "printRAPIDS_COVERAGE_DIR2: ${RAPIDS_COVERAGE_DIR}"

rapids-logger "Downloading artifacts from previous jobs"
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
Expand All @@ -30,7 +32,9 @@ TESTRESULTS_DIR="${PWD}/test-results"
mkdir -p "${TESTRESULTS_DIR}"
SUITEERROR=0

echo "printRAPIDS_COVERAGE_DIR3: ${RAPIDS_COVERAGE_DIR}"
RAPIDS_COVERAGE_DIR=${RAPIDS_COVERAGE_DIR:-"${PWD}/coverage-results"}
echo "printRAPIDS_COVERAGE_DIR4: ${RAPIDS_COVERAGE_DIR}"
mkdir -p "${RAPIDS_COVERAGE_DIR}"

rapids-mamba-retry install \
Expand Down

0 comments on commit b4291ed

Please sign in to comment.