Skip to content

Commit

Permalink
install dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Apr 9, 2024
1 parent e1af224 commit 4da266b
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 @@ -26,5 +26,5 @@ jobs:
- name: Test Huggingface
shell: bash -el {0}
run: |
pip install --upgrade huggingface_hub
pip install --upgrade huggingface_hub[dev]
python -c 'from huggingface_hub import get_full_repo_name; print("success")'

0 comments on commit 4da266b

Please sign in to comment.