Skip to content

Commit

Permalink
add HF_TOKEN to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mstojkovicTT committed Dec 20, 2024
1 parent 0da336f commit 60795af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ jobs:
cmake --build ${{ steps.strings.outputs.build-output-dir }} -- run_unit_tests
- name: Run Test
env:
HF_TOKEN = ${{ secrets.HF_TOKEN }}
HF_HUB_DISABLE_PROGRESS_BARS=1
shell: bash
run: |
source env/activate
Expand Down

0 comments on commit 60795af

Please sign in to comment.