Attempt CI without brew update

This commit is contained in:
Matthias
2023-07-06 21:22:03 +02:00
parent 5cd08ce554
commit 092e30a159

View File

@@ -160,7 +160,8 @@ jobs:
- name: Installation - macOS
if: runner.os == 'macOS'
run: |
brew update
# brew update
# TODO: Should be the brew upgrade
# homebrew fails to update python due to unlinking failures
# https://github.com/actions/runner-images/issues/6817
rm /usr/local/bin/2to3 || true