diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dc2920aeeb7..b2b6baea809 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -272,6 +272,12 @@ jobs: # this package. # sed -i "s|# azure-servicebus|azure-servicebus|g" ${requirement_file} + # It doesn't build for some reason, so we skip it for now. + # Bumping to the latest version (4.7.0.72) supporting Python 3.11 + # doesn't help. Reverted bump in #91871. There are 8 registered + # instances using this integration according to analytics. + # sed -i "s|# opencv-python-headless|opencv-python-headless|g" ${requirement_file} + sed -i "s|# fritzconnection|fritzconnection|g" ${requirement_file} sed -i "s|# pyuserinput|pyuserinput|g" ${requirement_file} sed -i "s|# evdev|evdev|g" ${requirement_file} @@ -279,7 +285,6 @@ jobs: sed -i "s|# homekit|homekit|g" ${requirement_file} sed -i "s|# decora_wifi|decora_wifi|g" ${requirement_file} sed -i "s|# python-gammu|python-gammu|g" ${requirement_file} - sed -i "s|# opencv-python-headless|opencv-python-headless|g" ${requirement_file} done - name: Split requirements all