jupyter-xeus / xeus

Implementation of the Jupyter kernel protocol in C++
https://xeus.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
907 stars 83 forks source link

Slight simplification of GitHub action #313

Closed SylvainCorlay closed 2 years ago

SylvainCorlay commented 2 years ago

Ah, the retry action does not support cmd /C call {0}.

By the way, why do we need to retry here?

JohanMabille commented 2 years ago

Because we cannot restart a failing job without restarting all the jobs.

SylvainCorlay commented 2 years ago

But why do we need to retry this specific test? Is it failing randomly?