Skip to content

Commit

Permalink
kivy to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent e4a54f0 commit 0ffe5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: recursive # Initializes and updates submodules
- name: create env
shell: bash -l {0}
run: conda install -y kivy=2.0 pyinstaller=4.10 requests
run: conda install -y kivy=2.3 pyinstaller=4.10 requests
- name: pip installs
shell: bash -l {0}
run: pip install kivy-deps.sdl2 kivy-deps.glew pyo
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
submodules: recursive # Initializes and updates submodules
- name: create env
shell: bash -l {0}
run: conda install -y kivy=2.0 pyinstaller=4.10 requests
run: conda install -y kivy=2.3 pyinstaller=4.10 requests
- name: pip installs
shell: bash -l {0}
run: pip install pyo
Expand Down

0 comments on commit 0ffe5e6

Please sign in to comment.