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 fa4b5e4 commit acfb040Copy full SHA for acfb040
.github/workflows/doc-build.yaml
@@ -85,12 +85,6 @@ jobs:
85
set -eux
86
sudo apt-get install -y pandoc
87
pip install -r docs/requirements.txt
88
- - name: Start Airflow
89
- run: |
90
- # start airflow in background
91
- airflow standalone &
92
- # wait 5 seconds for airflow to start
93
- sleep 5
94
- name: Build
95
run: |
96
set -ex
docs/requirements.txt
@@ -10,4 +10,3 @@ jupytext
10
ipython_genutils
11
# https://github.com/jupyter/nbconvert/issues/1736
12
jinja2>=3.1.4
13
-apache-airflow==2.10.5
0 commit comments