Do not pin numpy in wheels (#74268)

This commit is contained in:
Franck Nijhof 2022-06-30 20:12:58 +02:00 committed by GitHub
parent 382b5d5073
commit e3d250a623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,9 @@ jobs:
echo "cmake==3.22.2"
) >> homeassistant/package_constraints.txt
# Do not pin numpy in wheels building
sed -i "/numpy/d" homeassistant/package_constraints.txt
- name: Build wheels
uses: home-assistant/wheels@2022.06.7
with: