We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fccd9 commit 03fafe9Copy full SHA for 03fafe9
.github/workflows/numpy.yml
@@ -61,13 +61,13 @@ jobs:
61
python -m pip install git+https://github.com/cython/cython.git
62
63
- name: Install NumPy (use Accelerate)
64
- if matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-latest'
65
run: |
66
cd repo
67
spin build -- -Ddisable-optimization=true -Dallow-noblas=false
68
69
- - name: Install NumPy (use Accelerate)
70
- if matrix.os != 'macos-latest'
+ - name: Install NumPy (use scipy-openblas)
+ if: matrix.os != 'macos-latest'
71
72
73
spin build -j2 --with-scipy-openblas=32 -j2 -- -Ddisable-optimization=true
0 commit comments