Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 22, 2023
1 parent 4212e27 commit d37b2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/github_actions/build-ubuntu-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37b2bb

Please sign in to comment.