Skip to content

Commit af95b70

Browse files
ndgrigorianvtavana
andcommitted
Update Clang worfklow
numpy_build_version->numpy_version Test with same version of NumPy as build Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent cfb8e0a commit af95b70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/build-with-clang.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
python: ["3.9", "3.10", "3.11", "3.12"]
16-
numpy_build_version: ["numpy'<2'", "numpy'>=2'"]
17-
16+
numpy_version: ["numpy'<2'", "numpy'>=2'"]
1817
env:
1918
ONEAPI_ROOT: /opt/intel/oneapi
2019

@@ -56,7 +55,7 @@ jobs:
5655
- name: Install mkl_random dependencies
5756
run: |
5857
pip install cython setuptools">=77"
59-
pip install ${{ matrix.numpy_build_version }}
58+
pip install ${{ matrix.numpy_version }}
6059
6160
- name: List oneAPI folder content
6261
run: ls ${{ env.ONEAPI_ROOT }}/compiler

0 commit comments

Comments
 (0)