Skip to content

Commit 00e9391

Browse files
committed
[github-actions] Attempt to fix pip3 cython installation for macOS build
1 parent f2d3d40 commit 00e9391

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
else
7575
brew install libtool autoconf automake pkgconfig
7676
fi
77-
pip3 install cython
77+
python3 -m venv pyenv
78+
source pyenv
79+
python3 -m pip install cython
7880
shell: bash
7981
- name: fetch libplist
8082
uses: dawidd6/action-download-artifact@v3

0 commit comments

Comments
 (0)