Skip to content

Commit f00df91

Browse files
d4l3kfacebook-github-bot
authored andcommitted
ci/docpush: add missing dependency (#264)
Summary: This adds the missing `pandoc` dependency to the docpush CI step. Pull Request resolved: #264 Test Plan: Test with docpush manually enabled on the PR https://github.com/pytorch/torchx/pull/264/checks?check_run_id=3908761230 Reviewed By: aivanou Differential Revision: D31692193 Pulled By: d4l3k fbshipit-source-id: 0fcb9b5667ec096d458d4e293c0cd1b34d402f7d
1 parent 29f1e5e commit f00df91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc-build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
set -ex
6161
git config --global user.email "[email protected]"
6262
git config --global user.name "TorchX CI Runner"
63+
- name: Install Dependencies
64+
run: |
65+
set -eux
66+
sudo apt-get install -y pandoc
6367
- name: Build
6468
run: |
6569
set -ex

0 commit comments

Comments
 (0)