From 341f0cc20b0989dbaa7704c89862ae1324793d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20W=C3=B6lflein?= Date: Sun, 16 Mar 2025 23:19:28 +0100 Subject: [PATCH] Make HF_TOKEN available for tests --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c1644b7..96c2f1e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,8 @@ jobs: - name: Run tests run: uv run pytest tests/ + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }} format_and_lint: runs-on: ubuntu-latest