ci: do not install Python manually to bulid RPC server wheels

Python preinstalled in runners should be up to date by now.
This commit is contained in:
link2xt
2025-11-29 04:18:42 +00:00
committed by l
parent cde4a61be7
commit 4a5d5bdeb1

View File

@@ -222,12 +222,6 @@ jobs:
- name: List binaries
run: ls -l bin/
# Python 3.11 is needed for tomllib used in scripts/wheel-rpc-server.py
- name: Install python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install wheel
run: pip install wheel