Jonathan Beliën
Jonathan Beliën
Same issue here (also on a self-hosted runner)! 
To avoid this issue, here is the step I've added **before** the `actions/checkout`: ```yaml - name: Initialize LFS run: | curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt-get install git-lfs...
Seems to hit the same issue this year! 
Seems to be fixed! 👍
Seems to handle the load! 👌
I'm no Python expert but I think you could manage all your dependencies in 1 single file: `pyproject.toml` ; this could be your single source of truth and should help...