Fix wheel pipeline (#73594)

This commit is contained in:
Pascal Vizeli 2022-06-16 17:00:36 +02:00 committed by GitHub
parent f7945cdc64
commit 63ff3f87dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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