Ubuntu 22.04 python is not python3 (I think)

master
Beq 2025-08-17 14:47:11 +01:00
parent dabf5cc037
commit 2339174f66
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3.11 python3.11-venv python3-pip
python3.11 python3.11-venv python3-pip python-is-python3
python3.11 -m pip install --upgrade pip setuptools wheel
echo "python-path=$(command -v python3.11)" >> "$GITHUB_OUTPUT"
# Use setup-python for all other jobs