Skip to content

Commit

Permalink
fixed MacOS test install
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesulf committed Jan 30, 2025
1 parent ef5bef6 commit 4d019e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
else
brew install openmpi
brew install libomp
export LDFLAGS="-L/opt/homebrew/opt/libomp/lib"
export CPPFLAGS="-I/opt/homebrew/opt/libomp/include"
fi
python -m pip install .[tests]
# TODO: Currently, we need to specify the directory. This should not be necessary in the future once all tests are compatible with pytest.
Expand Down

0 comments on commit 4d019e2

Please sign in to comment.