[MacOS] Add install-python.sh to arm64 templates (#9474)

* add install-python.sh to arm64 templates

* add Pipx pester test

* Update Python.Tests.ps1

* bump python version
This commit is contained in:
sergei-pyshnoi
2024-03-18 18:34:52 +01:00
committed by GitHub
parent f73cc2503f
commit 250c5145f6
5 changed files with 18 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ if is_Veertu; then
fi
echo "Brew Installing Python 3"
brew_smart_install "python@3.11"
brew_smart_install "python@3.12"
echo "Installing pipx"
export PIPX_BIN_DIR=/usr/local/opt/pipx_bin