mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +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
|
- name: Adjust ENV / CP310
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.arch }}" = "i386" ];
|
if [ "${{ matrix.arch }}" = "i386" ]; then
|
||||||
echo "NPY_DISABLE_SVML=1" >> .env_file
|
echo "NPY_DISABLE_SVML=1" >> .env_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -260,7 +260,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Adjust ENV / CP310
|
- name: Adjust ENV / CP310
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.arch }}" = "i386" ];
|
if [ "${{ matrix.arch }}" = "i386" ]; then
|
||||||
echo "NPY_DISABLE_SVML=1" >> .env_file
|
echo "NPY_DISABLE_SVML=1" >> .env_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user