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 27, 2024
1 parent f2d3d40 commit 82bdb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
run: |
if test -x "`which port`"; then
sudo port install libtool autoconf automake pkgconfig
pip3 install cython
else
brew install libtool autoconf automake pkgconfig
brew install libtool autoconf automake pkgconfig cython
fi
pip3 install cython
shell: bash
- name: fetch libplist
uses: dawidd6/action-download-artifact@v3
Expand Down

0 comments on commit 82bdb04

Please sign in to comment.