We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d726576 commit d56d428Copy full SHA for d56d428
.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 libboost-dev pybind11-dev
+ run: sudo apt-get update && sudo apt-get install libgraphviz-dev libboost-dev pybind11-dev
27
- name: Install poetry
28
run: pip install poetry
29
- name: Install packages with poetry
0 commit comments