We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6998cec commit 57544aaCopy full SHA for 57544aa
1 file changed
.github/workflows/test.yml
@@ -55,6 +55,7 @@ jobs:
55
if: steps.changes.outputs.code == 'true'
56
env:
57
JAVA_CODEBASE_RAG_RUN_HEAVY: "0"
58
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
59
run: pytest tests -v
60
- name: Skip tests (docs-only)
61
if: steps.changes.outputs.code != 'true'
0 commit comments