GHA/osx: remove python 2to3

This commit is contained in:
Jan Edmund Lazo 2020-12-19 14:18:26 -05:00
parent 5491a728fe
commit fb0ecf9e70
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -55,6 +55,7 @@ jobs:
- name: Install brew packages
if: matrix.os == 'osx'
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew install automake ccache cpanminus ninja
brew upgrade