diff --git a/.github/workflows/benchmark_tests.yml b/.github/workflows/benchmark_tests.yml index 36d9bee03..0be3f3647 100644 --- a/.github/workflows/benchmark_tests.yml +++ b/.github/workflows/benchmark_tests.yml @@ -349,14 +349,6 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache-libero-plus cache-to: type=local,dest=/tmp/.buildx-cache-libero-plus,mode=max - - name: Login to Hugging Face - if: env.HF_USER_TOKEN != '' - run: | - docker run --rm \ - -e HF_HOME=/tmp/hf \ - lerobot-benchmark-libero-plus:ci \ - bash -c "hf auth login --token '$HF_USER_TOKEN' --add-to-git-credential && hf auth whoami" - - name: Run LIBERO-plus smoke eval (1 episode) if: env.HF_USER_TOKEN != '' run: |