We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fade363 commit 2b4cc69Copy full SHA for 2b4cc69
1 file changed
.github/workflows/CI.yml
@@ -49,8 +49,6 @@ jobs:
49
julia --project=. -e '
50
using Pkg
51
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")
54
Pkg.instantiate()
55
Pkg.build("PyCall")
56
'
@@ -110,8 +108,6 @@ jobs:
110
108
111
109
Pkg.develop(PackageSpec(path=pwd()))
112
113
114
115
116
117
0 commit comments