mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fixing HF_TOKEN.
This commit is contained in:
parent
70fc0b1604
commit
e9883b2037
2
.github/workflows/client-tests.yaml
vendored
2
.github/workflows/client-tests.yaml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
pip install pytest pytest-asyncio
|
||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
export HF_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
make python-client-tests
|
||||
|
Loading…
Reference in New Issue
Block a user