This commit is contained in:
jrhlh
2025-07-18 21:52:28 +08:00
parent 76efd51dfe
commit c6b6be6708

View File

@ -30,11 +30,7 @@ jobs:
- name: 安装 Python 3.11
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
apt-get update
apt-get install -y python3.11 python3.11-venv python3.11-distutils python3-pip
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
python3 --version