Skip to content

Commit 3785633

Browse files
committed
Install wheel package in clang builds
1 parent fd2db66 commit 3785633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install mkl_random dependencies
5454
shell: bash -l {0}
5555
run: |
56-
pip install cython setuptools pytest pytest-cov
56+
pip install cython setuptools pytest pytest-cov wheel
5757
pip install ${{ matrix.numpy_build_version }}
5858
5959
- name: List oneAPI folder content

0 commit comments

Comments
 (0)