mpi4py / setup-mpi

Set up your GitHub Actions workflow to use MPI
MIT License
27 stars 3 forks source link

Setup action is failing... #2

Closed pconesa closed 2 years ago

pconesa commented 2 years ago

Hi! We setup an action for instaling mpi similar as you have here, but today it is failing.

https://github.com/scipion-em/scipion-em-empiar/runs/5247973239?check_suite_focus=true

Has something change, do you think this is temporary, some azure stuff. Any help will be much appreaciated.

dalcinl commented 2 years ago

Please see actions/virtual-environments#5105 for followups. Maybe add a comment in there to make a bit of extra pressure :wink: .

PS: It only happens with the ubuntu-20.04 image, the ubuntu-18.04 seems to be working just fine.

pconesa commented 2 years ago

Thanks! I added a "sudo apt-get update" and worked. Thanks.

dalcinl commented 2 years ago

@pconesa I updated the v1 and v1.0 tags to point to the commit with the latest fix.

Looks like everything is working within mpi4py's CI [link].