Commit 92b3f61b authored by Nikias Bassen's avatar Nikias Bassen

[github-actions] Install cython via pip

parent e7355a40
......@@ -23,10 +23,11 @@ jobs:
- name: install dependencies
run: |
if test -x "`which port`"; then
sudo port install libtool autoconf automake cython
sudo port install libtool autoconf automake
else
brew install libtool autoconf automake cython
brew install libtool autoconf automake
fi
pip install cython
shell: bash
- uses: actions/checkout@v1
- name: autogen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment