stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.39k stars 854 forks source link

test wheel file installation #949

Closed christian-rauch closed 2 months ago

christian-rauch commented 2 months ago

Install the built wheel file in the CI to test dependency issues.

I am also removing the dependency on PyOpenGL-accelerate due to the Cython compilation errors with Ubuntu 24.04 onwards (https://github.com/stevenlovegrove/Pangolin/issues/947#issuecomment-2325220668).

Fixes https://github.com/stevenlovegrove/Pangolin/issues/947.