Skip to content

Commit 128e493

Browse files
committed
fixup! fixup! Install needed macos deps
1 parent 6a2a27e commit 128e493

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262

6363
- name: Install build deps (macOS)
6464
if: runner.os == 'macOS'
65-
run: pip install setuptools build
65+
run: |
66+
pip install build
6667
6768
- name: Build Python macOS wheels
6869
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)