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 113d8dd commit bdb3bafCopy full SHA for bdb3baf
.github/workflows/build_executables.yml
@@ -39,7 +39,7 @@ jobs:
39
run: conda install -y kivy=2.3 pyinstaller=4.10 requests glfw
40
- name: pip installs
41
shell: bash -l {0}
42
- run: pip install kivy-deps.sdl2 kivy-deps.glew pyo
+ run: pip install kivy-deps.sdl2==0.7.0 kivy-deps.glew pyo kivy-deps.angle==0.4.0 pyenchant
43
- name: install smile
44
45
run: pip install -e smile
0 commit comments