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