Ubuntu 22.04 python is not python3 (I think)
parent
dabf5cc037
commit
2339174f66
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue