MacOS and Windows images not running tests #7744
-
|
Hi, I'm not sure whether I should report this issue, but I think starting a discussion about it and seeing if other people are experiencing the same issue might help. I work on a Python package that needs to be compatible with Linux (Ubuntu), MacOS, and Windows. Therefore, I have set up the CI accordingly. For about a year, everything worked well. I would push to the repository, and the CI would run tests for different Python versions and operating systems. However, approximately a month ago, the MacOS and Windows images never seem to finish running the tests. It doesn't matter whether I set the timeout to one or six hours; sometimes not even a single test is executed. However, everything continues to work with Ubuntu. Here there's a link to one of the most recent runs: https://github.com/gaia-dpci/GaiaXPy/actions/runs/5289393980 I contacted GitHub support and was redirected here. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @druzm. I forked your repo and experimented a bit. I selected two subsequent commits from
Image versions were the same for both commits ( |
Beta Was this translation helpful? Give feedback.

I can try passing a flag to my tests script, so I can save the plots without displaying them. It's not like anyone will see them either, but I can choose to display them when running the tests locally and not to when running them remotely.
Thanks!