Skip to content

Commit

Permalink
Don't try to build Shapely on armhf (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 4, 2024
1 parent aa958e5 commit c6032cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ jobs:
run: |
touch .env_file
- name: (Un)comment packages
run: |
# Some packages are not buildable on armhf anymore
if [ "${{ matrix.arch }}" = "armhf" ]; then
sed -i "s|Shapely|# Shapely|g" requirements.txt
fi
- name: Build wheels
uses: home-assistant/[email protected]
with:
Expand Down

0 comments on commit c6032cd

Please sign in to comment.