Skip to content

Commit

Permalink
abspath
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed May 2, 2024
1 parent 5e7805e commit 9245977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- run: pip install numpy scipy pytest

- run: brew --prefix
- run: ls /opt/homebrew

- run: pip install .
env:
OpenMP_ROOT: $(brew --prefix)/opt/libomp
OpenMP_ROOT: /opt/homebrew/opt/libomp

- run: python -m pytest src/test/python_test.py -v

0 comments on commit 9245977

Please sign in to comment.