Skip to content

Commit

Permalink
Try to pip install numpy explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Nov 10, 2022
1 parent b61a3bd commit 3656f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos_brew_install_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r tests/requirements.txt
python3 -m pip install numpy
- name: Show CMake version
run: cmake --version
Expand Down

0 comments on commit 3656f5f

Please sign in to comment.