mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-26 19:26:16 +00:00
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) <noreply@anthropic.com>
This commit is contained in:
@@ -349,14 +349,6 @@ jobs:
|
|||||||
cache-from: type=local,src=/tmp/.buildx-cache-libero-plus
|
cache-from: type=local,src=/tmp/.buildx-cache-libero-plus
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache-libero-plus,mode=max
|
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)
|
- name: Run LIBERO-plus smoke eval (1 episode)
|
||||||
if: env.HF_USER_TOKEN != ''
|
if: env.HF_USER_TOKEN != ''
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user