authenticate HuggingFace downloads in test job

This commit is contained in:
Yiorgis Gozadinos 2026-06-03 10:57:45 +03:00
parent 46747d369a
commit a423a6dd9c
No known key found for this signature in database

View file

@ -48,6 +48,8 @@ jobs:
test:
needs: [lint, lint-frontend]
runs-on: ubuntu-latest
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4