Skip to content

Commit

Permalink
fix installing python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 10, 2024
1 parent ed9e645 commit 1b7657f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/github_actions/build-ubuntu-cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ fi

yum -y install openssl-devel bzip2-devel libffi-devel xz-devel wget redhat-lsb-core

echo "Installing ${PYTHON_VERSION}.3"
echo "Installing ${PYTHON_VERSION}.2"

curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.3/Python-${PYTHON_VERSION}.3.tgz
tar xf Python-${PYTHON_VERSION}.3.tgz
pushd Python-${PYTHON_VERSION}.3
curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}.2/Python-${PYTHON_VERSION}.2.tgz
tar xf Python-${PYTHON_VERSION}.2.tgz
pushd Python-${PYTHON_VERSION}.2

PYTHON_INSTALL_DIR=$PWD/py-${PYTHON_VERSION}

Expand Down

0 comments on commit 1b7657f

Please sign in to comment.