We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fe597 commit 218604bCopy full SHA for 218604b
.github/workflows/build-tutorials.yml
@@ -63,10 +63,6 @@ jobs:
63
# for some reason, pip installs it in a different place than what is looked at in the py file
64
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
-
70
pyTorchDockerImageTag=$(python3 .jenkins/get_docker_tag.py)
71
72
echo "docker-image=${DOCKER_IMAGE}:${pyTorchDockerImageTag}" >> "${GITHUB_OUTPUT}"
0 commit comments