From 476061be51d22c330f03ffe68afb8bd2ad50bc05 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Tue, 4 Oct 2022 21:44:44 +0200 Subject: [PATCH] Since ffpyplayer now ships cp310 and Apple Silicon compatible wheels, we can now switch back to full install (#7847) --- .github/workflows/test_osx_python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_osx_python.yml b/.github/workflows/test_osx_python.yml index 22129ff2d..d6fdd6f6a 100644 --- a/.github/workflows/test_osx_python.yml +++ b/.github/workflows/test_osx_python.yml @@ -40,13 +40,13 @@ jobs: source .ci/osx_ci.sh arm64_set_path_and_python_version ${{ matrix.python }} build_and_install_universal_kivy_sys_deps - install_kivy_test_run_pip_deps dev + install_kivy_test_run_pip_deps - name: Install Kivy run: | source .ci/ubuntu_ci.sh source .ci/osx_ci.sh arm64_set_path_and_python_version ${{ matrix.python }} - install_kivy dev + install_kivy - name: Test Kivy run: | source .ci/ubuntu_ci.sh