Skip to content

Commit

Permalink
Install MacOS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Oct 12, 2024
1 parent 09b669c commit 5572ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
with:
platforms: all

- name: Install MacOS dependencies
if: runner.os == 'macOS'
run: |
brew install coreutils xz
- name: Setup cibuildwheel and build wheels
run: |
pipx install cibuildwheel
Expand Down

0 comments on commit 5572ea2

Please sign in to comment.