Skip to content

Commit ad0681d

Browse files
committed
remove redundant mkl pip installation in standard clang build
1 parent 86a9b52 commit ad0681d

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_fft dependencies
4949
run: |
50-
pip install meson-python ninja cmake cython mkl mkl-devel
50+
pip install meson-python ninja cmake cython mkl-devel
5151
pip install ${{ matrix.numpy_version }}
5252
5353
- name: Build mkl_fft

0 commit comments

Comments
 (0)