Skip to content

Commit 1597f35

Browse files
committed
install mkl-service with --no-deps in clang build
prevent clashing openMP runtimes/mkl installation
1 parent ad0681d commit 1597f35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ jobs:
7272
- name: Run mkl_fft tests
7373
run: |
7474
source ${{ env.ONEAPI_ROOT }}/setvars.sh
75-
pip install scipy mkl-service pytest
75+
pip install scipy pytest
76+
pip install mkl-service --no-deps
7677
pytest -s -v --pyargs mkl_fft

0 commit comments

Comments
 (0)