Skip to content

Commit

Permalink
add rm -rf /usr/local/bin/2to3 to avoid errors during brew update (
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Nov 23, 2023
1 parent 20dec8d commit 179e336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 179e336

Please sign in to comment.