Skip to content

Commit

Permalink
GitHub Actions: Disable the failing sdl2_scipy test
Browse files Browse the repository at this point in the history
This test was added in #2617 but is now [failing our pull requests](https://github.com/kivy/python-for-android/pulls).
* #2617

@mzakharo, @misl6, @AndreMiras
  • Loading branch information
cclauss authored Oct 20, 2024
1 parent 9bfa3eb commit b3d239e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
bootstrap:
- name: sdl2
target: testapps-with-numpy
- name: sdl2_scipy
target: testapps-with-scipy
# - name: sdl2_scipy # TODO: Re-enable this failing test.
# target: testapps-with-scipy
- name: webview
target: testapps-webview
- name: service_library
Expand Down

0 comments on commit b3d239e

Please sign in to comment.