fix: update CI to avoid rate limiting
This commit is contained in:
parent
baf2adfb69
commit
c753a989fe
|
@ -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