Skip to content

Commit 0ffe5e6

Browse files
committed
kivy to 2.3
1 parent e4a54f0 commit 0ffe5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_executables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
submodules: recursive # Initializes and updates submodules
3737
- name: create env
3838
shell: bash -l {0}
39-
run: conda install -y kivy=2.0 pyinstaller=4.10 requests
39+
run: conda install -y kivy=2.3 pyinstaller=4.10 requests
4040
- name: pip installs
4141
shell: bash -l {0}
4242
run: pip install kivy-deps.sdl2 kivy-deps.glew pyo
@@ -106,7 +106,7 @@ jobs:
106106
submodules: recursive # Initializes and updates submodules
107107
- name: create env
108108
shell: bash -l {0}
109-
run: conda install -y kivy=2.0 pyinstaller=4.10 requests
109+
run: conda install -y kivy=2.3 pyinstaller=4.10 requests
110110
- name: pip installs
111111
shell: bash -l {0}
112112
run: pip install pyo

0 commit comments

Comments
 (0)