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 2dad3ae commit 9640607Copy full SHA for 9640607
.github/workflows/build-with-clang.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
python: ["3.9", "3.10", "3.11", "3.12"]
17
- numpy_build_version: ["numpy'>=2'"]
+ numpy_build_version: ["numpy'<2'", "numpy'>=2'"]
18
env:
19
ONEAPI_ROOT: /opt/intel/oneapi
20
0 commit comments