From d7c60613871555f84f555da45b374acdacd46392 Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:28:50 +0200 Subject: [PATCH] missing lib --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d6788839..8e79e748 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -198,6 +198,8 @@ jobs: echo "ls:" ls + pip3 install -U huggingface_hub + python3 integration-tests/clean_cache_and_download.py --token ${{ secrets.HF_TOKEN }} --cache-dir /data # Avoid permissions issues in the next step not run within docker (File was unable to be removed Error: EACCES).