The second job of the Test Printrun workflow fails (sometimes) because needed dependencies are not installed.
import wx
ModuleNotFoundError: No module named 'wx'
Separate jobs within a workflow do not retain dependencies from previous jobs.
Why does it work usually? I don't know. I assume its just unexpected behaviour of the github runners?
A question on the side: Wouldn't it be easier to run the tests on windows instead on ubuntu?