Skip to content

Commit 8e0ca4c

Browse files
authored
Include HF_TOKEN in reusable test workflow
Add HF_TOKEN environment variable for model downloads Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent f4994a6 commit 8e0ca4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/_reusable-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
155155
- name: Download models for real provider tests
156156
env:
157+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
157158
PY_VERSION: ${{ matrix.python-version }}
158159
run: |
159160
# Pre-warms the exact models the `_testing_profile` pins in

0 commit comments

Comments
 (0)