Jonathan Beliën

Results 216 comments of Jonathan Beliën

Same issue here (also on a self-hosted runner)! ![image](https://github.com/actions/checkout/assets/1150563/91bbc2d8-cccb-4980-a5c4-39ecb6f06b79)

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! ![Image](https://github.com/user-attachments/assets/58b295ee-1aa2-46fd-9788-9e2a3262e685)

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