mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
The runner version was recently bumped causing our tests to fail because it couldn't find the `poetry` version it just installed. We instead install python3.10, and force its use, since otherwise we end up compiling grpcio and fail to do so. Changelog-None