mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Update python3 to 3.10 version (#6081)
This commit is contained in:
committed by
GitHub
parent
7ca1ca6a5c
commit
b135fb8a59
@@ -20,7 +20,7 @@ fi
|
||||
# Explicitly overwrite symlinks created by Python2 such as /usr/local/bin/2to3 since they conflict with symlinks from Python3
|
||||
# https://github.com/actions/runner-images/issues/2322
|
||||
echo "Brew Installing Python 3"
|
||||
brew_smart_install "python@3.9" || brew link --overwrite python@3.9
|
||||
brew_smart_install "python@3.10" || brew link --overwrite python@3.10
|
||||
|
||||
echo "Installing pipx"
|
||||
export PIPX_BIN_DIR=/usr/local/opt/pipx_bin
|
||||
|
||||
Reference in New Issue
Block a user