Skip to content

Commit

Permalink
ci: Remove extra docker pull (pytorch#81038)
Browse files Browse the repository at this point in the history
Removes an extra docker pull from the android job that was causing tests
to fail if the docker image existed locally but didn't exist within the
registry.

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Pull Request resolved: pytorch#81038
Approved by: https://github.com/DanilBaibak
  • Loading branch information
seemethere authored and pytorchmergebot committed Jul 7, 2022
1 parent 9122079 commit fcf027c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/_android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ jobs:
# 1) Not shareable: it's custom selective build, which is different from default libtorch mobile build;
# 2) Not parallelizable by architecture: it only builds libtorch for one architecture;
echo "DOCKER_IMAGE: ${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}" >/dev/null
export BUILD_LITE_INTERPRETER
BUILD_LITE_INTERPRETER="1"
if [[ "${BUILD_ENVIRONMENT}" == *"full-jit" ]]; then
Expand Down

0 comments on commit fcf027c

Please sign in to comment.