Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -74,8 +74,8 @@ jobs:
|
|||||||
# 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.10
|
brew reinstall python@3.11
|
||||||
echo "python3.10 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