Skip to content

Commit 218604b

Browse files
committed
Update
1 parent 62fe597 commit 218604b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
# for some reason, pip installs it in a different place than what is looked at in the py file
6464
pip3 install requests==2.26
6565
66-
# Install pandoc (does not install from pypi)
67-
sudo apt-get update
68-
sudo apt-get install -y pandoc
69-
7066
pyTorchDockerImageTag=$(python3 .jenkins/get_docker_tag.py)
7167
7268
echo "docker-image=${DOCKER_IMAGE}:${pyTorchDockerImageTag}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)