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 2626 - {user: SciML, repo: OrdinaryDiffEq.jl, group: Core}
2727 - {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
2828 - {user: SciML, repo: DelayDiffEq.jl, group: Interface}
29+ - {user: JuliaSIMD, repo: VectorizationBase.jl, group: Interface}
30+ - {user: JuliaSIMD, repo: LoopVectorization.jl, group: Downstream3}
2931 steps :
3032 - uses : actions/checkout@v2
3133 - uses : julia-actions/setup-julia@v1
3941 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4042 path : downstream
4143 - name : Load this and run the downstream tests
42- shell : julia --color=yes --project=downstream {0}
44+ shell : julia --color=yes {0}
4345 run : |
4446 using Pkg
4547 try
4850 Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceCore")))
4951 Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceOffsetArrays")))
5052 Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "ArrayInterfaceStaticArrays")))
53+ Pkg.activate("downstream")
5154 Pkg.update()
5255 Pkg.test() # resolver may fail with test time deps
5356 catch err
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments