Skip to content

Commit 1e02ffc

Browse files
authored
Update ci_tests.yml
1 parent 7ff3993 commit 1e02ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
python -c "import torch; assert torch.cuda.is_available()"
6060
- name: Test with pytest
6161
env:
62+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6263
# Configure endpoints for Azure OpenAI
6364
AZUREAI_CHAT_ENDPOINT: ${{ secrets.AZUREAI_CHAT_ENDPOINT }}
6465
AZUREAI_CHAT_KEY: ${{ secrets.AZUREAI_CHAT_KEY }}

0 commit comments

Comments
 (0)