Skip to content

Commit 4a486a6

Browse files
committed
add rm -rf /usr/local/bin/2to3* to avoid errors during brew update actions/runner-images#2322 (comment)
1 parent 179e336 commit 4a486a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install weasyprint on macos-latest
3030
if: runner.os == 'macOS'
3131
run: |
32-
rm -rf /usr/local/bin/2to3 # https://github.com/actions/runner-images/issues/2322#issuecomment-749211076
32+
rm -rf /usr/local/bin/2to3* # https://github.com/actions/runner-images/issues/2322#issuecomment-749211076
3333
brew update
3434
brew install weasyprint
3535

0 commit comments

Comments
 (0)