Bumps Cython version

This commit is contained in:
Mirko Galimberti 2020-05-03 13:56:47 +02:00
parent a83b3f495b
commit ef9e5b3715
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ jobs:
pip3 install sh pip3 install sh
brew install autoconf automake libtool pkg-config brew install autoconf automake libtool pkg-config
brew link libtool brew link libtool
pip3 install Cython==0.28.1 pip3 install Cython==0.29.17
gem install xcpretty gem install xcpretty
- name: Build Python & Kivy - name: Build Python & Kivy
run: | run: |
@ -65,7 +65,7 @@ jobs:
pip install sh pip install sh
brew install autoconf automake libtool pkg-config brew install autoconf automake libtool pkg-config
brew link libtool brew link libtool
pip install Cython==0.28.1 pip install Cython==0.29.17
- name: Build Python & Kivy - name: Build Python & Kivy
run: | run: |
. venv/bin/activate . venv/bin/activate
@ -86,7 +86,7 @@ jobs:
pip3 install sh pip3 install sh
brew install autoconf automake libtool pkg-config brew install autoconf automake libtool pkg-config
brew link libtool brew link libtool
pip3 install Cython==0.28.1 pip3 install Cython==0.29.17
- name: Build updated recipes - name: Build updated recipes
run: | run: |
python3 .ci/rebuild_updated_recipes.py python3 .ci/rebuild_updated_recipes.py

View file

@ -44,10 +44,10 @@ Currently, the toolchain requires a few tools for compilation. You will need:
brew install autoconf automake libtool pkg-config brew install autoconf automake libtool pkg-config
brew link libtool brew link libtool
- Install Cython (0.28.1): - Install Cython (0.29.17):
# pip method if available (sudo might be needed.) # pip method if available (sudo might be needed.)
pip3 install cython==0.28.1 pip3 install Cython==0.29.17
## Using the toolchain ## Using the toolchain