Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 30, 2024
1 parent 6430cb3 commit 1561662
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/cudf_pandas_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -eoxu pipefail
set -x
# set -eoxu pipefail

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}
RAPIDS_COVERAGE_DIR=${RAPIDS_COVERAGE_DIR:-"${PWD}/coverage-results"}
Expand Down Expand Up @@ -75,9 +76,7 @@ fi
python -m pip install ipykernel
python -m ipykernel install --user --name python3

which valgrind
which gdb
mamba install valgrind gdb
mamba install --yes valgrind gdb
which valgrind
which gdb

Expand Down

0 comments on commit 1561662

Please sign in to comment.