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 1cb98d6 commit aac1e22Copy full SHA for aac1e22
.github/workflows/build-with-clang.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash -l {0}
54
run: |
55
pip install cython setuptools pytest pytest-cov
56
- pip install numpy ${{ use_pre }}
+ pip install numpy ${{ matrix.use_pre }}
57
58
- name: List oneAPI folder content
59
0 commit comments