From 5a6ad20dacbee579f7ad8053493c09545c6cabda Mon Sep 17 00:00:00 2001 From: Pepijn Date: Mon, 20 Apr 2026 10:10:39 +0200 Subject: [PATCH] ci(libero-plus): drop redundant hf auth login step The standalone login step ran `hf auth login` in a throwaway `docker run --rm` container, so no credentials persisted. Auth is already performed inside the eval step's container. Removing the redundant step per PR #3313 review feedback. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/benchmark_tests.yml | 8 -------- 1 file changed, 8 deletions(-) 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: |