From bb2c88db684ac39bb5468cfb8950940b0c9e0444 Mon Sep 17 00:00:00 2001 From: Dave Deriso Date: Wed, 3 Jan 2024 03:47:24 -0800 Subject: [PATCH] 3.8 --- build_linux_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_linux_wheel.sh b/build_linux_wheel.sh index 05b582b..3c343bc 100644 --- a/build_linux_wheel.sh +++ b/build_linux_wheel.sh @@ -10,7 +10,7 @@ set -e # python3 -m pip install numpy # python3 /github/workspace/setup.py bdist_wheel -yum install -y epel-release python38 python38-devel python38-pip +yum install -y python3.8 python3.8-devel python3.8-pip python3.8 -m pip install --upgrade pip python3.8 -m pip install setuptools wheel auditwheel python3.8 -m pip install numpy