fix: update CI to avoid rate limiting

This commit is contained in:
drbh 2024-05-21 21:48:26 +00:00
parent baf2adfb69
commit c753a989fe
1 changed files with 1 additions and 0 deletions

View File

@ -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