chore(ci): change hf call + secret name

This commit is contained in:
Steven Palma
2026-02-24 12:11:31 +01:00
parent 2504d00707
commit ffde29be49
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -61,7 +61,7 @@ jobs:
MUJOCO_GL: egl
HF_HOME: /mnt/cache/.cache/huggingface
HF_LEROBOT_HOME: /mnt/cache/.cache/huggingface/lerobot
HF_TOKEN: ${{ secrets.LEROBOT_HF_USER }}
HF_USER_TOKEN: ${{ secrets.LEROBOT_HF_USER }}
steps:
- uses: actions/checkout@v6
with:
@@ -92,8 +92,8 @@ jobs:
- name: Login to Hugging Face
run: |
uv run huggingface-cli login --token "$HF_TOKEN" --add-to-git-credential
uv run huggingface-cli whoami
uv run hf auth login --token "$HF_USER_TOKEN" --add-to-git-credential
uv run hf auth whoami
- name: Run pytest
run: uv run pytest tests -vv --maxfail=10