Skip to content

Commit fe5dfe1

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 <120411540+vtavana@users.noreply.github.com>
1 parent 89884d2 commit fe5dfe1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python: ["3.9", "3.10", "3.11", "3.12"]
18-
numpy_build_version: ["numpy'<2'", "numpy'>=2'"]
18+
numpy_version: ["numpy'<2'", "numpy'>=2'"]
1919
env:
2020
ONEAPI_ROOT: /opt/intel/oneapi
2121

@@ -54,7 +54,7 @@ jobs:
5454
shell: bash -l {0}
5555
run: |
5656
pip install cython setuptools">=77"
57-
pip install ${{ matrix.numpy_build_version }}
57+
pip install ${{ matrix.numpy_version }}
5858
5959
- name: List oneAPI folder content
6060
shell: bash -l {0}
@@ -74,6 +74,5 @@ jobs:
7474
shell: bash -l {0}
7575
run: |
7676
source /opt/intel/oneapi/setvars.sh
77-
# Test with NumPy<2 for now
78-
pip install numpy"<2" pytest
77+
pip install pytest
7978
pytest -s -v --pyargs mkl_random

0 commit comments

Comments
 (0)