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 db6dd67 commit b0ed2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# On macos pykdtree was built with OpenMP (C-level parallelization library) support
if [ ${{ matrix.os }} == "macos-latest" ]
then
conda install -c conda-forge pykdtree
export USE_OMP=0
fi
pip install -e .[testing]
- name: Run all tests
Expand Down

0 comments on commit b0ed2f8

Please sign in to comment.