Skip to content

Commit

Permalink
Add -Dblas=blas etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 31, 2023
1 parent fd39927 commit 783e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_blas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
pip install --break-system-packages pytest pytest-xdist hypothesis typing_extensions
- name: Build
run: spin build -- -Ddisable-optimization=true
run: spin build -- -Dblas=blas -Dlapack=lapack -Ddisable-optimization=true

- name: Test
run: spin test -j auto -- numpy/linalg
Expand Down

0 comments on commit 783e02f

Please sign in to comment.