feat: include token in client test like server tests

This commit is contained in:
drbh 2024-05-21 21:51:20 +00:00
parent 904ff36917
commit be8356e399

View File

@ -22,4 +22,5 @@ jobs:
- name: Run tests
run: |
pip install pytest pytest-asyncio
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
make python-client-tests