Skip to content

Commit d5978d8

Browse files
More simplification and test fixes
1 parent 7c3fc7b commit d5978d8

File tree

6 files changed

+7
-25
lines changed

6 files changed

+7
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- ArrayInterfaceBandedMatrices
1818
- ArrayInterfaceBlockBandedMatrices
1919
- ArrayInterfaceCUDA
20-
- ArrayInterfaceLabelledArrays
2120
- ArrayInterfaceOffsetArrays
2221
- ArrayInterfaceStaticArrays
2322
- ArrayInterfaceTracker
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
using ArrayInterfaceCUDA

lib/ArrayInterfaceLabelledArrays/Project.toml

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

lib/ArrayInterfaceLabelledArrays/src/ArrayInterfaceLabelledArrays.jl

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

lib/ArrayInterfaceTracker/test/runtests.jl

Whitespace-only changes.

test/runtests.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ function activate_subpkg_env(subpkg)
1414
Pkg.instantiate()
1515
end
1616

17+
# Add necessary sub-dependencies
18+
dev_subpkg("ArrayInterfaceCore")
19+
if GROUP == "ArrayInterfaceBlockBandedMatrices"
20+
dev_subpkg("ArrayInterfaceBandedMatrices")
21+
end
22+
1723
@time begin
1824
if GROUP == "HighLevel"
1925
# Any tests for the level combined package? None right now.
2026
else
21-
dev_subpkg("ArrayInterfaceCore")
2227
dev_subpkg(GROUP)
2328
subpkg_path = joinpath(dirname(@__DIR__), "lib", GROUP)
2429
Pkg.test(PackageSpec(name=GROUP, path=subpkg_path))

0 commit comments

Comments
 (0)