mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix wheel pipeline (#73594)
This commit is contained in:
parent
f7945cdc64
commit
63ff3f87dc
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -127,7 +127,7 @@ jobs:
|
||||
|
||||
- name: Adjust ENV / CP310
|
||||
run: |
|
||||
if [ "${{ matrix.arch }}" = "i386" ];
|
||||
if [ "${{ matrix.arch }}" = "i386" ]; then
|
||||
echo "NPY_DISABLE_SVML=1" >> .env_file
|
||||
fi
|
||||
|
||||
@ -260,7 +260,7 @@ jobs:
|
||||
|
||||
- name: Adjust ENV / CP310
|
||||
run: |
|
||||
if [ "${{ matrix.arch }}" = "i386" ];
|
||||
if [ "${{ matrix.arch }}" = "i386" ]; then
|
||||
echo "NPY_DISABLE_SVML=1" >> .env_file
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user