From 0f592266f786a6659ff6c2170afcd7c19904c60c Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Tue, 19 Nov 2024 21:37:04 +0000 Subject: [PATCH] [CI] Fix docs upload ghstack-source-id: 49d7df06340fc432c29cd9f2d0ed2ae3d5619a38 Pull Request resolved: https://github.com/pytorch/rl/pull/2587 --- .github/workflows/docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 22ac298d099..10ea80c1dcd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -119,8 +119,6 @@ jobs: REF_TYPE=${{ github.ref_type }} REF_NAME=${{ github.ref_name }} - apt-get update - apt-get install rsync -y if [[ "${REF_TYPE}" == branch ]]; then if [[ "${REF_NAME}" == main ]]; then