Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ jobs:
set -eux
sudo apt-get install -y pandoc
pip install -r docs/requirements.txt
- name: Start Airflow
run: |
# start airflow in background
airflow standalone &
# wait 5 seconds for airflow to start
sleep 5
- name: Build
run: |
set -ex
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ jupytext
ipython_genutils
# https://github.com/jupyter/nbconvert/issues/1736
jinja2>=3.1.4
apache-airflow==2.10.5
Loading