From 38caf53b54d4333ce3c3c22b5b307e626c9cb0bd Mon Sep 17 00:00:00 2001 From: GeorgWa Date: Tue, 9 Apr 2024 10:44:09 +0200 Subject: [PATCH] trigger --- .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 d4dadc47..52d3d9c4 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -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")' \ No newline at end of file + python -c 'from huggingface_hub.hf_api import get_full_repo_name; print("success")' \ No newline at end of file