Skip to content

Commit bb81b5b

Browse files
committed
Update
1 parent b3868ba commit bb81b5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
- name: Install nvidia driver, nvidia-docker runtime, set GPU_FLAG
5555
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
5656

57-
- name: Install pandoc (does not install from pypi)
58-
run: |
59-
sudo apt-get update
60-
sudo apt-get install -y pandoc
61-
6257
- name: Calculate docker image
6358
shell: bash
6459
id: docker-image
@@ -67,6 +62,11 @@ jobs:
6762
6863
# for some reason, pip installs it in a different place than what is looked at in the py file
6964
pip3 install requests==2.26
65+
66+
# Install pandoc (does not install from pypi)
67+
sudo apt-get update
68+
sudo apt-get install -y pandoc
69+
7070
pyTorchDockerImageTag=$(python3 .jenkins/get_docker_tag.py)
7171
7272
echo "docker-image=${DOCKER_IMAGE}:${pyTorchDockerImageTag}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)