Skip to content

Commit 64d9fdd

Browse files
Clang workflow to always test with NumPy<2
1 parent 3bd2e33 commit 64d9fdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ jobs:
7373
shell: bash -l {0}
7474
run: |
7575
source /opt/intel/oneapi/setvars.sh
76+
# Test with NumPy<2 for now
77+
pip install numpy"<2"
7678
pytest -s -v --pyargs mkl_random

0 commit comments

Comments
 (0)