Skip to content

Commit 3e29493

Browse files
committed
install mkl-devel when building with standard clang
1 parent db9d5d8 commit 3e29493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-with-standard-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install mkl-service dependencies
4949
run: |
50-
pip install meson-python cython cmake ninja mkl
50+
pip install meson-python cython cmake ninja mkl-devel mkl
5151
pip install ${{ matrix.numpy_version }}
5252
5353
- name: Build mkl-service

0 commit comments

Comments
 (0)