Skip to content

Commit 1b3437d

Browse files
committed
Install wheel package in clang builds
1 parent 3a59787 commit 1b3437d

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install mkl_random dependencies
5757
run: |
58-
pip install cython setuptools pytest pytest-cov
58+
pip install cython setuptools pytest pytest-cov wheel
5959
pip install ${{ matrix.numpy_build_version }}
6060
6161
- name: List oneAPI folder content

0 commit comments

Comments
 (0)