enthought / traits

Observable typed attributes for Python classes
Other
432 stars 85 forks source link

Add extra libxcb package required by the newest PySide6 versions #1741

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

This PR adds libxcb-image0 to the list of packages that are apt-get installed in the various GitHub Actions workflows. The libxcb-image0 package is needed for the latest PySide6 versions.

EDIT: Updated to also address failures due to the qt4 / qt switch in Pyface.

Closes #1742.

mdickinson commented 1 year ago

Thanks, @rahulporuri!