Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Apr 9, 2024
1 parent 4da266b commit e128558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Test Huggingface
shell: bash -el {0}
run: |
pip install --upgrade huggingface_hub[dev]
python -c 'from huggingface_hub import get_full_repo_name; print("success")'
pip install --upgrade huggingface_hub
python -c 'import huggingface_hub; from huggingface_hub import get_full_repo_name; print("success")'

0 comments on commit e128558

Please sign in to comment.