From b7649e5f8df4de0035336ba22e0417fb91000652 Mon Sep 17 00:00:00 2001 From: SecretStar112 Date: Tue, 28 Sep 2021 20:11:20 -0700 Subject: [PATCH] Revert `torch.hub.load()` test (#4986) Temporarily reverts https://github.com/ultralytics/yolov5/pull/4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners. --- .github/workflows/ci-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index c44e239..23a742f 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -83,7 +83,8 @@ jobs: # Python python - <