Skip to content

Commit cc0a506

Browse files
authored
Add boost and eigen install to Cppyy test job (#231)
1 parent b189990 commit cc0a506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,9 @@ jobs:
11561156
continue-on-error: true
11571157
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') && (matrix.xeus-clang-repl != 'On') }}
11581158
run: |
1159+
# Install libraries used by the cppyy test suite
1160+
sudo apt install libeigen3-dev
1161+
sudo apt install libboost-all-dev
11591162
# Run the tests
11601163
source .venv/bin/activate
11611164
cd cppyy/test

0 commit comments

Comments
 (0)