We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a54f0 commit 0ffe5e6Copy full SHA for 0ffe5e6
.github/workflows/build_executables.yml
@@ -36,7 +36,7 @@ jobs:
36
submodules: recursive # Initializes and updates submodules
37
- name: create env
38
shell: bash -l {0}
39
- run: conda install -y kivy=2.0 pyinstaller=4.10 requests
+ run: conda install -y kivy=2.3 pyinstaller=4.10 requests
40
- name: pip installs
41
42
run: pip install kivy-deps.sdl2 kivy-deps.glew pyo
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
111
112
run: pip install pyo
0 commit comments