From 0ffe5e679315b6a21d824944f5cce6fa5543bcdc Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Wed, 6 Nov 2024 14:04:12 -0500 Subject: [PATCH] kivy to 2.3 --- .github/workflows/build_executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index defff5e..e18ed82 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -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 @@ -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