Skip to content

Commit

Permalink
[github-actions] Attempt to fix pip3 cython installation for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Apr 28, 2024
1 parent f2d3d40 commit 1adbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
else
brew install libtool autoconf automake pkgconfig
fi
pip3 install cython
pip3 install --break-system-packages cython
shell: bash
- name: fetch libplist
uses: dawidd6/action-download-artifact@v3
Expand Down

0 comments on commit 1adbb8d

Please sign in to comment.