Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Nov 6, 2023
1 parent eaa710c commit 589ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

if [[ $(uname) == "Linux" ]]; then
apt-get -y -qq update
if [[ "${PYTHON_VERSION}" == "python3.7" ]]; then
if [[ "${PYTHON_VERSION}" == "python3.9" ]]; then
apt-get install -y -qq software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get -y -qq update
Expand Down

0 comments on commit 589ba4e

Please sign in to comment.