Since ffpyplayer now ships cp310 and Apple Silicon compatible wheels, we can now switch back to full install (#7847)

This commit is contained in:
Mirko Galimberti 2022-10-04 21:44:44 +02:00 committed by GitHub
parent 8ff315bb5a
commit 476061be51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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