We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install numpy
1 parent 7d21a0c commit 7ed2268Copy full SHA for 7ed2268
.github/workflows/macos_brew_install_llvm.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
python3 -m pip install --upgrade pip
42
python3 -m pip install -r tests/requirements.txt
43
+ python3 -m pip install numpy
44
45
- name: Show CMake version
46
run: cmake --version
0 commit comments