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).