We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rm -rf /usr/local/bin/2to3*
1 parent 179e336 commit 4a486a6Copy full SHA for 4a486a6
.github/workflows/pytest.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install weasyprint on macos-latest
30
if: runner.os == 'macOS'
31
run: |
32
- rm -rf /usr/local/bin/2to3 # https://github.com/actions/runner-images/issues/2322#issuecomment-749211076
+ rm -rf /usr/local/bin/2to3* # https://github.com/actions/runner-images/issues/2322#issuecomment-749211076
33
brew update
34
brew install weasyprint
35
0 commit comments