Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 28, 2024
1 parent a6e7823 commit 3261e29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
with:
platforms: all

- name: Install MacOS dependencies
if: runner.os == 'macOS'
run: |
brew install automake libtool
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Install MacOS dependencies
if: runner.os == 'macOS'
run: |
brew install automake libtool
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 3261e29

Please sign in to comment.