diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e92320153..f531f57c0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -363,7 +363,10 @@ jobs: - name: Install brew tests macOS dependencies if: runner.os != 'Linux' - run: brew install subversion + run: | + # Workaround GitHub Actions Python issues + brew unlink python && brew link --overwrite python + brew install subversion # brew tests doesn't like world writable directories - name: Cleanup permissions