Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 4, 2024
1 parent a87b221 commit f8cb6a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
- name: Install dependencies and package
shell: bash -l {0}
run: |
# On macos pykdtree was built with OpenMP (C-level parallelization library) support
if [ ${{ matrix.os }} == "macos-latest" ]
then
brew install omp
pip install -e .[testing]
- name: Run all tests
shell: bash -l {0}
Expand Down

0 comments on commit f8cb6a5

Please sign in to comment.