Skip to content

Commit

Permalink
Update toolchains-alpine3-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 a26ef44 commit 38fb566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/toolchains-alpine3-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ python:
friendlyLabel: true
'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 38fb566

Please sign in to comment.