Skip to content

Commit

Permalink
Github workflow: try skipping upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 committed Feb 14, 2024
1 parent 4dd4e50 commit 4d64d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buildmaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
${PKGMGR_CMD} unlink python3
rm -f ${HB_PREFIX}/bin/*${PYTHONVERS}*
# remove azure-cli since we won't need install
# remove azure-cli since we won't need it
${PKGMGR_CMD} uninstall azure-cli --force --ignore-dependencies
# brute force unlink and unpgrade python versions
Expand All @@ -92,7 +92,6 @@ jobs:
# ask homebrew to cleanup any dead links and upgrade the
# remaining packages
${PKGMGR_CMD} cleanup
${PKGMGR_CMD} upgrade --force
## Install/re-install specified python version
${PKGMGR_CMD} reinstall python@${PYTHONVERS} --force
Expand Down

0 comments on commit 4d64d9f

Please sign in to comment.