Skip to content

Commit bb13173

Browse files
Use NumPy <2 in testing env
1 parent a53c5bf commit bb13173

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
shell: bash -l {0}
5454
run: |
5555
pip install cython setuptools pytest pytest-cov
56-
pip install numpy ${{ matrix.use_pre }}
56+
pip install numpy<2 ${{ matrix.use_pre }}
5757
5858
- name: List oneAPI folder content
5959
shell: bash -l {0}

0 commit comments

Comments
 (0)