From 589ba4ef5cbf1b59da5c5c09f6405d1291a05796 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 6 Nov 2023 20:56:38 +0000 Subject: [PATCH] Update python version --- .github/workflows/build.wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.wheel.sh b/.github/workflows/build.wheel.sh index 65bb98f17..9f0ce3d49 100755 --- a/.github/workflows/build.wheel.sh +++ b/.github/workflows/build.wheel.sh @@ -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