Skip to content

Commit a9e03f8

Browse files
committed
fix(docs): But don't use sudo this time
1 parent ec47aa0 commit a9e03f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
python: "3.10"
77
jobs:
88
post_install:
9-
- sudo apt-get install graphviz
9+
- apt-get install graphviz
1010
- pip install poetry==1.3.2
1111
- poetry config virtualenvs.create false
1212
- poetry install -E airflow -E git -E s3 --with docs

0 commit comments

Comments
 (0)