mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Do not pin numpy in wheels (#74268)
This commit is contained in:
parent
382b5d5073
commit
e3d250a623
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user