Skip to content

Commit b7f7878

Browse files
committed
fix(docs): Use sudo to install graphviz
1 parent 60be4d1 commit b7f7878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: poetry install -E airflow -E airflow-providers --with docs
2828

2929
- name: Install Graphviz
30-
run: apt-get install graphviz
30+
run: sudo apt-get install graphviz
3131

3232
- name: Build documentation
3333
run: |

0 commit comments

Comments
 (0)