Skip to content

Commit

Permalink
COMP: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Feb 21, 2024
1 parent fdb2d39 commit 275677c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ jobs:
brew update
brew install libpng
CIBW_ENVIRONMENT_MACOS: >
CMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
CMAKE_PREFIX_PATH=/usr/local
CIBW_ENVIRONMENT_MACOS: |
CMAKE_OSX_ARCHITECTURES=${{ matrix.arch }} CMAKE_PREFIX_PATH=/usr/local
run: python -m cibuildwheel --output-dir wheelhouse/cp${{ matrix.cibw_python }}-${{matrix.platform_id }}

Expand Down

0 comments on commit 275677c

Please sign in to comment.