Solutionunvalidated
I managed to fix the issue by limiting the max version of the setuptools library to 69.1.* in my pyproject.toml — for the past few weeks I've noticed my Github Actions workflows failing randomly when installing the setuptools library. Tension: poetry decides to update it to 69.2.0. Outcome: setuptools = "~69.1".
b2026127-5f40-4a7e-a601-94ec5d27d7d2
I managed to fix the issue by limiting the max version of the setuptools library to 69.1.* in my pyproject.toml — for the past few weeks I've noticed my Github Actions workflows failing randomly when installing the setuptools library. Tension: poetry decides to update it to 69.2.0. Outcome: setuptools = "~69.1".