macos build: brew first?

This commit is contained in:
James R. Barlow
2023-01-02 12:36:28 -08:00
parent 1281f8eb68
commit 45f97d1565

View File

@@ -133,11 +133,6 @@ jobs:
with:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: ${{ matrix.python }}
- name: Install Homebrew deps
run: |
brew update
@@ -149,6 +144,11 @@ jobs:
pngquant \
tesseract
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: ${{ matrix.python }}
- name: Install Python packages
run: |
python -m pip install --upgrade pip wheel