Skip to content

Commit 8b2ad8f

Browse files
committed
Install needed macOS deps
1 parent f16f648 commit 8b2ad8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
PLATFORM: ${{ matrix.target[1] }}
5555
run: make manylinux POLICY="$POLICY" PLATFORM="$PLATFORM" TAGS="$TAGS"
5656

57+
- name: Install build deps (macOS)
58+
if: runner.os == 'macOS'
59+
run: |
60+
pip install build
61+
5762
# https://github.com/actions/upload-artifact
5863
- uses: actions/upload-artifact@v4
5964
with:

0 commit comments

Comments
 (0)