diff --git a/resources/toolchains-ubuntu2204-stable.yaml b/resources/toolchains-ubuntu2204-stable.yaml index afe656c5..7353183e 100644 --- a/resources/toolchains-ubuntu2204-stable.yaml +++ b/resources/toolchains-ubuntu2204-stable.yaml @@ -98,9 +98,9 @@ python: pip --version '3.11': |- set +x - python3.11 -m venv /tmp/venv3.10 - echo "$ source \"/tmp/venv3.10/bin/activate\"" - source "/tmp/venv3.10/bin/activate" + python3.11 -m venv /tmp/venv3.11 + echo "$ source \"/tmp/venv3.11/bin/activate\"" + source "/tmp/venv3.11/bin/activate" set -x python --version pip --version