From 179e336a5025f61cd8e9feec0110426116190240 Mon Sep 17 00:00:00 2001 From: Akihiro Kuno Date: Thu, 23 Nov 2023 11:20:07 +0900 Subject: [PATCH] add `rm -rf /usr/local/bin/2to3` to avoid errors during `brew update` (https://github.com/actions/runner-images/issues/2322#issuecomment-749211076) --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d000a01..102ded8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,6 +29,7 @@ jobs: - name: Install weasyprint on macos-latest if: runner.os == 'macOS' run: | + rm -rf /usr/local/bin/2to3 # https://github.com/actions/runner-images/issues/2322#issuecomment-749211076 brew update brew install weasyprint