Skip to content

Commit 03fafe9

Browse files
committed
fix syntax
1 parent e5fccd9 commit 03fafe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/numpy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
python -m pip install git+https://github.com/cython/cython.git
6262
6363
- name: Install NumPy (use Accelerate)
64-
if matrix.os == 'macos-latest'
64+
if: matrix.os == 'macos-latest'
6565
run: |
6666
cd repo
6767
spin build -- -Ddisable-optimization=true -Dallow-noblas=false
6868
69-
- name: Install NumPy (use Accelerate)
70-
if matrix.os != 'macos-latest'
69+
- name: Install NumPy (use scipy-openblas)
70+
if: matrix.os != 'macos-latest'
7171
run: |
7272
cd repo
7373
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true

0 commit comments

Comments
 (0)