Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
poetry check --lock
poetry install --with dev
- name: Authenticate HuggingFace CLI
if: env.HF_TOKEN != ''
run: |
pip install huggingface_hub
huggingface-cli login --token $HF_TOKEN
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
- name: Type check
run: poetry run mypy .
- name: Authenticate HuggingFace CLI
if: env.HF_TOKEN != ''
run: |
pip install huggingface_hub
huggingface-cli login --token $HF_TOKEN
Expand Down Expand Up @@ -209,6 +211,7 @@ jobs:
name: test-coverage
path: docs/source/_static/coverage
- name: Authenticate HuggingFace CLI
if: env.HF_TOKEN != ''
run: |
pip install huggingface_hub
huggingface-cli login --token $HF_TOKEN
Expand Down