diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 1804b7da..52b50741 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -33,3 +33,5 @@ jobs: run: nix build - name: Run tests. run: nix develop .#test --command python -m pytest server/tests/ + env: + HF_TOKEN: ${{ secrets.HF_TOKEN }}