Skip to content

Commit dd1391f

Browse files
Modified (temporarily) MPI CI workflow to add branches that permit adding mg tests
1 parent c9c953d commit dd1391f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci_mpi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
run: |
7878
using Pkg
7979
Pkg.add("MPIPreferences")
80+
Pkg.add("Gridap#polytopal")
81+
Pkg.add("GridapDistributed#polytopal")
82+
Pkg.add("GridapSolvers#develop")
8083
- name: use MPI system binary
8184
shell: julia --color=yes --project=. {0}
8285
run: |

0 commit comments

Comments
 (0)