-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Debugging ubuntu pytest gh runner #781
ci: Debugging ubuntu pytest gh runner #781
Conversation
Linux Runners
Expected result
The Linux runners seem to be duplicating a single process when it should be splitting into two processes.
|
Thanks for digging into this @gtdang! I wonder if other repo's that test with MPI are experiencing the same issue... |
was a new ubuntu release made that broke the runners? |
fef3441
to
0c68568
Compare
0c68568
to
361fde9
Compare
They did release updated GitHub runner images in the last week. I've tested all 3 versions of Ubuntu that they offer and they all have the same issue... All 3 images were updated though. I need to look into how to run previous releases. |
perhaps this is helpful: https://github.com/mpi4py/setup-mpi ? |
Debugging ubuntu pytest gh runner. #780