You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gets CI back into a working state by:
- restricting PyPDF to a version before 3.0 (this is used in testing only) - #1008
- restricting pyglet to a version < 2 - #1010
- mocking svg url requests
- turning off wx tests for linux (we can't get a compatible wheel for the new ubuntu) - #1009 tracks this for the future
Everything is passing: https://github.com/enthought/enable/actions/runs/4186677329
There is a warning about set-output, but I don't think it is us.
Basic issue is that we don't have compatible wheels for the old wxPython we are using on latest ubuntu.
The fix will likely involve updating Pyface and TraitsUI for the most recent wxPython.
The text was updated successfully, but these errors were encountered: