File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 77 apt_packages :
88 - graphviz
99 jobs :
10- post_install :
11- - pip install poetry==2.0.1
12- - poetry config virtualenvs.create false
10+ pre_install :
11+ - python -m pip install poetry==2.0.1
12+ - poetry config virtualenvs.create false --local
1313 - poetry install -E git -E s3 --with docs
14+ - poetry export -E git -E s3 --with docs -f requirements.txt --output docs/requirements.txt
15+
16+ python :
17+ install :
18+ - requirements : docs/requirements.txt
1419
1520sphinx :
1621 builder : dirhtml
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ classifiers = [
1919 " Programming Language :: Python :: 3.12" ,
2020]
2121
22+ [tool .poetry .requires-plugins ]
23+ poetry-plugin-export = " >=1.8"
24+
2225[tool .poetry .dependencies ]
2326python = " >=3.9,<3.13" # Airflow providers require this upper boundary
2427
You can’t perform that action at this time.
0 commit comments