Skip to content

Commit 8c8c55e

Browse files
committed
try installing mkldev headers
1 parent d77a78f commit 8c8c55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
with:
105105
fetch-depth: 0
106106

107+
- name: install MKL-dev headers
108+
run: sudo apt install libmkl-dev
109+
107110
- name: Build sdist
108111
run: pipx run build --sdist
109112

0 commit comments

Comments
 (0)