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

[github-actions] Install cython via pip

parent e7355a40
...@@ -23,10 +23,11 @@ jobs: ...@@ -23,10 +23,11 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
if test -x "`which port`"; then if test -x "`which port`"; then
sudo port install libtool autoconf automake cython sudo port install libtool autoconf automake
else else
brew install libtool autoconf automake cython brew install libtool autoconf automake
fi fi
pip install cython
shell: bash shell: bash
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: autogen - 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