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 e128558 commit 38caf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
shell: bash -el {0}
run: |
pip install --upgrade huggingface_hub
python -c 'import huggingface_hub; from huggingface_hub import get_full_repo_name; print("success")'
python -c 'from huggingface_hub.hf_api import get_full_repo_name; print("success")'

0 comments on commit 38caf53

Please sign in to comment.