Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -72,10 +72,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# xcode-select --install || softwareupdate --all --install --force
|
# xcode-select --install || softwareupdate --all --install --force
|
||||||
# brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
|
# brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed"
|
||||||
brew uninstall --ignore-dependencies python
|
# brew uninstall --ignore-dependencies python
|
||||||
echo "all pythons are removed"
|
# echo "all pythons are removed"
|
||||||
brew reinstall python@3.11
|
# brew reinstall python@3.12
|
||||||
echo "python3.11 is installed now"
|
# echo "python3.11 is installed now"
|
||||||
#python3 -m pip install --upgrade setuptools pip
|
#python3 -m pip install --upgrade setuptools pip
|
||||||
brew install create-dmg tree
|
brew install create-dmg tree
|
||||||
echo "installed create-dmg tree "
|
echo "installed create-dmg tree "
|
||||||
|
|||||||
Reference in New Issue
Block a user