Skip to content

Commit 3bd2e33

Browse files
Use NumPy <2 and Numpy >=2 in clang workflow
1 parent a53c5bf commit 3bd2e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: ["3.9", "3.10", "3.11", "3.12"]
17-
use_pre: ["", "--pre"]
17+
numpy_build_version: ["numpy'<2'", "numpy'>=2'"]
1818
env:
1919
ONEAPI_ROOT: /opt/intel/oneapi
2020

@@ -53,7 +53,7 @@ jobs:
5353
shell: bash -l {0}
5454
run: |
5555
pip install cython setuptools pytest pytest-cov
56-
pip install numpy ${{ matrix.use_pre }}
56+
pip install ${{ matrix.numpy_build_version }}
5757
5858
- name: List oneAPI folder content
5959
shell: bash -l {0}

0 commit comments

Comments
 (0)