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

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