missing lib

This commit is contained in:
fxmarty 2024-07-08 14:28:50 +02:00
parent 4e3f687427
commit d7c6061387

View File

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