Skip to content

Commit 2b4cc69

Browse files
Sébastien LoiselSébastien Loisel
authored andcommitted
Remove git URL overrides for LinearAlgebraMPI and MultiGridBarrier in CI
Both packages are in General registry, no need to install from git.
1 parent fade363 commit 2b4cc69

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
julia --project=. -e '
5050
using Pkg
5151
Pkg.add(name="OpenSSL_jll", version="3.0")
52-
Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git", rev="main")
53-
Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git", rev="main")
5452
Pkg.instantiate()
5553
Pkg.build("PyCall")
5654
'
@@ -110,8 +108,6 @@ jobs:
110108
using Pkg
111109
Pkg.develop(PackageSpec(path=pwd()))
112110
Pkg.add(name="OpenSSL_jll", version="3.0")
113-
Pkg.add(url="https://github.com/sloisel/LinearAlgebraMPI.jl.git", rev="main")
114-
Pkg.add(url="https://github.com/sloisel/MultiGridBarrier.jl.git", rev="main")
115111
Pkg.instantiate()
116112
Pkg.build("PyCall")
117113
'

0 commit comments

Comments
 (0)