Skip to content

Commit 478e1b5

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
CI: also install LinearAlgebraMPI from GitHub (has sum fix)
1 parent b10d131 commit 478e1b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
julia --project=. -e '
5050
using Pkg
5151
Pkg.add(name="OpenSSL_jll", version="3.0")
52-
# Install MultiGridBarrier from GitHub (with uniformity assertion patches)
52+
# Install from GitHub (with MPI fixes)
53+
Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git")
5354
Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git")
5455
Pkg.instantiate()
5556
Pkg.build("PyCall")
@@ -110,7 +111,8 @@ jobs:
110111
using Pkg
111112
Pkg.develop(PackageSpec(path=pwd()))
112113
Pkg.add(name="OpenSSL_jll", version="3.0")
113-
# Install MultiGridBarrier from GitHub (with uniformity assertion patches)
114+
# Install from GitHub (with MPI fixes)
115+
Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git")
114116
Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git")
115117
Pkg.instantiate()
116118
Pkg.build("PyCall")

0 commit comments

Comments
 (0)