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 89884d2 commit 12a73ebCopy full SHA for 12a73eb
.github/workflows/build-with-clang.yml
@@ -54,7 +54,7 @@ jobs:
54
shell: bash -l {0}
55
run: |
56
pip install cython setuptools">=77"
57
- pip install ${{ matrix.numpy_build_version }}
+ pip install ${{ matrix.numpy_version }}
58
59
- name: List oneAPI folder content
60
0 commit comments