This commit is contained in:
Jesse Bannon 2023-02-23 22:15:04 -08:00
parent 756de86c44
commit 8db61210e7

View file

@ -132,8 +132,8 @@ jobs:
# make -j 8 # make -j 8
# make altinstall # make altinstall
add-apt-repository ppa:deadsnakes/ppa add-apt-repository ppa:deadsnakes/ppa
apt-get update apt-get update -y
apt-get install python3.10 apt-get install -y python3.10
python3.10 --version python3.10 --version
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
python3.10 -m pip install --upgrade pip python3.10 -m pip install --upgrade pip