File tree Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Expand file tree Collapse file tree 2 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 26
26
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Core}
27
27
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
28
28
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
29
+ - {user: JuliaSIMD, repo: VectorizationBase.jl, group: Interface}
30
+ - {user: JuliaSIMD, repo: LoopVectorization.jl, group: Downstream3}
29
31
steps :
30
32
- uses : actions/checkout@v2
31
33
- uses : julia-actions/setup-julia@v1
39
41
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
40
42
path : downstream
41
43
- name : Load this and run the downstream tests
42
- shell : julia --color=yes --project=downstream {0}
44
+ shell : julia --color=yes {0}
43
45
run : |
44
46
using Pkg
45
47
try
48
50
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
49
51
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
50
52
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
53
+ Pkg.activate("downstream")
51
54
Pkg.update()
52
55
Pkg.test() # resolver may fail with test time deps
53
56
catch err
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments