Skip to content

Commit

Permalink
[github-actions] Fix cython installation for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Apr 30, 2024
1 parent f8be42e commit 5461eda
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 @@ -50,7 +50,7 @@ jobs:
else
brew install libtool autoconf automake
fi
pip3 install cython
pip3 install --break-system-packages cython
shell: bash
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5461eda

Please sign in to comment.