Skip to content

Commit

Permalink
[ci] Add boost/eigen installation to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed May 8, 2024
1 parent 23dc613 commit edf0606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ jobs:
brew link --overwrite "$pkg"
done
brew upgrade
brew install eigen
brew install boost
pip install distro pytest
- name: Restore Cache LLVM/Clang runtime build directory
Expand Down
2 changes: 1 addition & 1 deletion test/test_eigen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import py, os, sys
from pytest import mark, raises
from .support import setup_make, IS_CLANG_REPL
from .support import setup_make, IS_CLANG_REPL, IS_MAC_X86

inc_paths = [os.path.join(os.path.sep, 'usr', 'include'),
os.path.join(os.path.sep, 'usr', 'local', 'include')]
Expand Down

0 comments on commit edf0606

Please sign in to comment.