Skip to content

Commit acfb040

Browse files
authored
(EZ)(torchx/CI) remove airflow install from docbuild action
Differential Revision: D84634762 Pull Request resolved: meta-pytorch#1145
1 parent fa4b5e4 commit acfb040

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/doc-build.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
set -eux
8686
sudo apt-get install -y pandoc
8787
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
9488
- name: Build
9589
run: |
9690
set -ex

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ jupytext
1010
ipython_genutils
1111
# https://github.com/jupyter/nbconvert/issues/1736
1212
jinja2>=3.1.4
13-
apache-airflow==2.10.5

0 commit comments

Comments
 (0)