diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index 6ccb5415..d4dadc47 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -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")' \ No newline at end of file + pip install --upgrade huggingface_hub + python -c 'import huggingface_hub; from huggingface_hub import get_full_repo_name; print("success")' \ No newline at end of file