Skip to content

Commit

Permalink
3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dderiso committed Jan 3, 2024
1 parent 76f5d2d commit bb2c88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_linux_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb2c88d

Please sign in to comment.