Skip to content

Commit

Permalink
Update toolchains-ubuntu2204-stable.yaml py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
samrocketman committed Dec 10, 2023
1 parent 7e20f7d commit a26ef44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/toolchains-ubuntu2204-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a26ef44

Please sign in to comment.