Skip to content

Commit 04cdd07

Browse files
committed
Consolidate downstream workflow
1 parent 3e06526 commit 04cdd07

File tree

2 files changed

+4
-52
lines changed

2 files changed

+4
-52
lines changed

.github/workflows/Downstream.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
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
@@ -39,7 +41,7 @@ jobs:
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
@@ -48,6 +50,7 @@ jobs:
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

.github/workflows/LoopVecTests.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)