Skip to content

Commit 762abc6

Browse files
committed
Make mkl_random dependencies consistent in clang build
1 parent e7beee2 commit 762abc6

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">=70.1" wheel
56+
pip install cython setuptools">=77"
5757
pip install ${{ matrix.numpy_build_version }}
5858
5959
- name: List oneAPI folder content

0 commit comments

Comments
 (0)