Skip to content

Commit 3f28495

Browse files
aaronj0vgvassilev
authored andcommitted
[ci] Add boost/eigen installation to CI
1 parent 1b74ff4 commit 3f28495

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ jobs:
352352
brew link --overwrite "$pkg"
353353
done
354354
brew upgrade
355+
brew install eigen
356+
brew install boost
355357
pip install distro pytest
356358
357359
- name: Restore Cache LLVM/Clang runtime build directory

test/test_eigen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import py, os, sys
22
from pytest import mark, raises
3-
from .support import setup_make, IS_CLANG_REPL
3+
from .support import setup_make, IS_CLANG_REPL, IS_MAC_X86
44

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

0 commit comments

Comments
 (0)