From 4212e27f5434785621c4cf8836fb8d30f9a1a607 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 22 Oct 2023 08:41:38 +0800 Subject: [PATCH] small fixes --- scripts/github_actions/build-ubuntu-cuda.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh index f0f3ad2..6e35416 100755 --- a/scripts/github_actions/build-ubuntu-cuda.sh +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -47,6 +47,7 @@ rm -rf Python-${PYTHON_VERSION}.3 export PATH=$PYTHON_INSTALL_DIR/bin:$PATH export LD_LIBRARY_PATH=$PYTHON_INSTALL_DIR/lib:$LD_LIBRARY_PATH +ls -lh $PYTHON_INSTALL_DIR ls -lh $PYTHON_INSTALL_DIR/lib/ python3 --version