Skip to content

Commit

Permalink
Install kivy-ios via pip during tests, so dependencies are automatica…
Browse files Browse the repository at this point in the history
…lly managed (#871)
  • Loading branch information
misl6 authored Oct 17, 2023
1 parent 952bbec commit 4e21ff2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/kivy_ios.yml
Original file line number Diff line number Diff line change
@@ -35,14 +35,13 @@ jobs:
run: |
brew install libjpeg
pip3 install wheel
pip3 install -r requirements.txt
brew install autoconf automake libtool pkg-config
brew link libtool
pip3 install Cython==0.29.36
sudo gem install xcpretty
- name: Install kivy-ios
run: |
python setup.py install
pip install .
- name: Build Python & Kivy
run: |
toolchain build python3 kivy
@@ -73,15 +72,14 @@ jobs:
. venv/bin/activate
brew install libjpeg
pip install wheel
pip install -r requirements.txt
pip install sh
brew install autoconf automake libtool pkg-config
brew link libtool
pip install Cython==0.29.36
sudo gem install xcpretty
- name: Install kivy-ios
run: |
python setup.py install
pip install .
- name: Build Python & Kivy
run: |
. venv/bin/activate
@@ -113,13 +111,12 @@ jobs:
run: |
brew install libjpeg
pip3 install wheel
pip3 install -r requirements.txt
brew install autoconf automake libtool pkg-config
brew link libtool
pip3 install Cython==0.29.36
- name: Install kivy-ios
run: |
python setup.py install
pip install .
- name: Build updated recipes
run: |
python3 .ci/rebuild_updated_recipes.py

0 comments on commit 4e21ff2

Please sign in to comment.