We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f7878 commit ec47aa0Copy full SHA for ec47aa0
.readthedocs.yaml
@@ -6,6 +6,7 @@ build:
6
python: "3.10"
7
jobs:
8
post_install:
9
- - pip install poetry==1.2.2
+ - sudo apt-get install graphviz
10
+ - pip install poetry==1.3.2
11
- poetry config virtualenvs.create false
- - poetry install --with docs
12
+ - poetry install -E airflow -E git -E s3 --with docs
0 commit comments