Skip to content

Commit

Permalink
macos build: brew first?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jan 2, 2023
1 parent 1281f8e commit 45f97d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 45f97d1

Please sign in to comment.