ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
21 stars 32 forks source link

Consume pre-build Ice Python wheel packages on Windows builds #403

Closed sbesson closed 5 months ago

sbesson commented 6 months ago

Uses the newly pre-built Ice wheel packages for Windows x86_64 - see https://github.com/glencoesoftware/zeroc-ice-py-win-x86_64/releases/tag/20240325

Builds and unit test should now be running for Python 3.8 -> 3.12 on Windows 2019

sbesson commented 6 months ago

For a review of the impact of these pre-built packages on total execution time, review https://github.com/ome/omero-py/actions/runs/8419617008/usage (last build without this PR) vs https://github.com/ome/omero-py/actions/runs/8423913982/usage (with this PR)