File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 pylint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - uses : mpi4py/setup-mpi@v1
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.10"
2525 - name : Install dependencies
@@ -67,12 +67,19 @@ jobs:
6767 mpi : intelmpi
6868 - os : ubuntu-latest
6969 mpi : msmpi
70+ # mpich seems broken on Ubuntu
7071 - os : ubuntu-latest
7172 py-version : 3.8
7273 mpi : mpich
7374 - os : ubuntu-latest
7475 py-version : 3.9
7576 mpi : mpich
77+ - os : ubuntu-latest
78+ py-version : 3.10
79+ mpi : mpich
80+ - os : ubuntu-latest
81+ py-version : 3.11
82+ mpi : mpich
7683 name : ${{ matrix.mpi }} - ${{matrix.py-version}} - ${{matrix.os}}
7784 steps :
7885 - name : Checkout
You can’t perform that action at this time.
0 commit comments