Skip to content

Commit 3656f5f

Browse files
committed
Try to pip install numpy explicitly.
1 parent b61a3bd commit 3656f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos_brew_install_llvm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
python3 -m pip install --upgrade pip
4242
python3 -m pip install -r tests/requirements.txt
43+
python3 -m pip install numpy
4344
4445
- name: Show CMake version
4546
run: cmake --version

0 commit comments

Comments
 (0)