Skip to content

Commit f95131f

Browse files
committed
add libboost-dev-all dependency to github test action
1 parent 8050c26 commit f95131f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

22+
- name: Install system dependencies
23+
run: sudo apt install libboost-dev-all
24+
2225
- name: Install dependencies
2326
run: pip install ".[dev]"
2427

0 commit comments

Comments
 (0)