From f94fbc406044d5c0d131329925fa2e9ecfd1fbae Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Thu, 18 Sep 2025 15:01:52 +0200 Subject: [PATCH] pin hfh in update repos --- .github/workflows/update_spaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_spaces.yml b/.github/workflows/update_spaces.yml index 9cdeb35f..c932144d 100644 --- a/.github/workflows/update_spaces.yml +++ b/.github/workflows/update_spaces.yml @@ -28,7 +28,7 @@ jobs: working-directory: ./.github/hub run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install huggingface_hub==0.35.0 - name: Update Hub repositories working-directory: ./.github/hub run: |