Skip to content

Commit

Permalink
[CI] Reduce logger verbosity for test runs #921
Browse files Browse the repository at this point in the history
  • Loading branch information
nvukobratTT committed Dec 25, 2024
1 parent 40997ac commit b9c7450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,13 @@ jobs:
- name: Run Test
env:
# Setup HuggingFace
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_HUB_DISABLE_PROGRESS_BARS: 1

# Configure logging levels for the test
LOGGER_LEVEL: INFO
LOGURU_LEVEL: INFO
shell: bash
run: |
source env/activate
Expand Down

0 comments on commit b9c7450

Please sign in to comment.