Skip to content

Commit

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

0 comments on commit 00e9391

Please sign in to comment.