Fixing HF_TOKEN.

This commit is contained in:
Nicolas Patry 2024-06-25 11:04:35 +00:00
parent 70fc0b1604
commit e9883b2037

View File

@ -22,5 +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 }} export HF_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
make python-client-tests make python-client-tests