We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd2e33 commit 64d9fddCopy full SHA for 64d9fdd
.github/workflows/build-with-clang.yml
@@ -73,4 +73,6 @@ jobs:
73
shell: bash -l {0}
74
run: |
75
source /opt/intel/oneapi/setvars.sh
76
+ # Test with NumPy<2 for now
77
+ pip install numpy"<2"
78
pytest -s -v --pyargs mkl_random
0 commit comments