Skip to content

Commit

Permalink
fix[module]: remove xiaomi_gateway3* from build due to incompatible p…
Browse files Browse the repository at this point in the history
…yaml version requirement
  • Loading branch information
sidey79 committed Dec 5, 2023
1 parent bbe7fa1 commit 2866aae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
if [[ "$i" =~ "esphome" ]]; then
continue
fi
# Waiting for https://github.com/fhempy/fhempy/issues/229
if [[ "$i" =~ "xiaomi_gateway3" ]]; then
continue
fi
if [[ "$i" =~ ^(eq3bt|gfprobt|ble_reset|blue_connect|object_detection)$ ]]; then
ADD_PKGS="cmake ninja-build"
elif [[ "$i" =~ ^(seatconnect|skodaconnect|miio|xiaomi_gateway3|xiaomi_gateway3_device|pyit600|esphome|tuya)$ ]]; then
Expand Down

0 comments on commit 2866aae

Please sign in to comment.