Skip to content

Commit

Permalink
fix libomp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jan 29, 2025
1 parent 621d5bc commit 470174b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@ jobs:
requirements.txt
wntr/tests/
examples/
wntr/epanet/libepanet/darwin-formula/libomp.rb
sparse-checkout-cone-mode: false
fetch-depth: 1
- if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macOS-13'}}
run: |
brew reinstall --build-from-source --formula wntr/epanet/libepanet/darwin-formula/libomp.rb
- name: Test wntr
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 470174b

Please sign in to comment.