We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fd2bc commit 84e1f4dCopy full SHA for 84e1f4d
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: ${{ matrix.python }}
25
- name: Install system packages
26
- run: sudo apt-get install libgraphviz-dev
+ run: sudo apt-get install libgraphviz-dev libboost-dev
27
- name: Install poetry
28
run: pip install poetry
29
- name: Install packages with poetry
0 commit comments