From e1af224f4ac73e9860d7c426f0b2d85d88a1b616 Mon Sep 17 00:00:00 2001 From: GeorgWa Date: Tue, 9 Apr 2024 10:26:42 +0200 Subject: [PATCH] include upgrade --- .github/workflows/huggingface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index d7f0c655..181b9bc0 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 huggingface_hub + pip install --upgrade huggingface_hub python -c 'from huggingface_hub import get_full_repo_name; print("success")' \ No newline at end of file