Skip to content

Commit 39499ee

Browse files
committed
Add Hugging Face Hub token and install huggingface_hub
1 parent d6118bb commit 39499ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pool-telemetry.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
run:
1515
shell: bash -l {0}
1616

17+
env:
18+
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
19+
1720
steps:
1821
- name: Checkout repository
1922
uses: actions/checkout@v4
@@ -28,6 +31,7 @@ jobs:
2831
working-directory: ./dev
2932
run: |
3033
pip install -r requirements.txt
34+
pip install huggingface_hub
3135
pip install wandb>=0.16
3236
3337
- name: Run telemetry script

0 commit comments

Comments
 (0)