mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
fix: update CI to avoid rate limiting
This commit is contained in:
parent
baf2adfb69
commit
c753a989fe
1
.github/workflows/client-tests.yaml
vendored
1
.github/workflows/client-tests.yaml
vendored
@ -22,4 +22,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pip install pytest pytest-asyncio
|
pip install pytest pytest-asyncio
|
||||||
|
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||||
make python-client-tests
|
make python-client-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user