From d37b2bb540cf60fe11de08ff5bd3d00621806b57 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 22 Oct 2023 08:42:46 +0800 Subject: [PATCH] small fixes --- scripts/github_actions/build-ubuntu-cuda.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/github_actions/build-ubuntu-cuda.sh b/scripts/github_actions/build-ubuntu-cuda.sh index 6e35416..bb5d586 100755 --- a/scripts/github_actions/build-ubuntu-cuda.sh +++ b/scripts/github_actions/build-ubuntu-cuda.sh @@ -43,7 +43,8 @@ make install >/dev/null 2>&1 popd -rm -rf Python-${PYTHON_VERSION}.3 +echo "pwd: $PWD" +# rm -rf Python-${PYTHON_VERSION}.3 export PATH=$PYTHON_INSTALL_DIR/bin:$PATH export LD_LIBRARY_PATH=$PYTHON_INSTALL_DIR/lib:$LD_LIBRARY_PATH