"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "6cf84866305a5de321e391ef1bba4dbd081dfd41"
Unverified Commit fc0eaffc authored by drbh's avatar drbh Committed by GitHub
Browse files

feat: include token in client test like server tests (#1932)

This PR simply includes the HF token in the client tests similar to how
it's included in the server tests. This helps avoid CI failure due to
rate limiting
parent 904ff369
...@@ -22,4 +22,5 @@ jobs: ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment