Skip to content

Commit df4b029

Browse files
Fix test runners and see if tests pass
1 parent 12afe43 commit df4b029

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+23
-113
lines changed

.github/workflows/ci-julia-nightly.yml

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

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- ArrayInterfaceCore
2020
- ArrayInterfaceBandedMatrices
2121
- ArrayInterfaceBlockBandedMatrices
22-
- ArrayInterfaceCuArrays
2322
- ArrayInterfaceCUDA
2423
- ArrayInterfaceLabelledArrays
2524
- ArrayInterfaceOffsetArrays

Project.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,6 @@ uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
33
version = "5.0.8"
44

55
[deps]
6-
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
7-
ArrayInterfaceBandedMatrices = "2e50d22c-5be1-4042-81b1-c572ed69783d"
8-
ArrayInterfaceBlockBandedMatrices = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
9-
ArrayInterfaceCuArrays = "3437ff42-decc-4d23-83d9-97c36d08d837"
10-
ArrayInterfaceCUDA = "3e6d3b71-936e-4b08-8b74-7853fb4a8432"
11-
ArrayInterfaceLabelledArrays = "e8e6c4e0-6dc8-4c5e-8daa-74cfef068049"
12-
ArrayInterfaceOffsetArrays = "015c0d05-e682-4f19-8f0a-679ce4c54826"
13-
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
14-
ArrayInterfaceTracker = "a2b0951a-f94f-4742-8780-617792921f9b"
15-
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
166

177
[compat]
18-
ArrayInterfaceCore = "0.1"
19-
ArrayInterfaceBandedMatrices = "0.1"
20-
ArrayInterfaceBlockBandedMatrices = "0.1"
21-
ArrayInterfaceCuArrays = "0.1"
22-
ArrayInterfaceCUDA = "0.1"
23-
ArrayInterfaceLabelledArrays = "0.1"
24-
ArrayInterfaceOffsetArrays = "0.1"
25-
ArrayInterfaceStaticArrays = "0.1"
26-
ArrayInterfaceTracker = "0.1"
27-
Static = "0.6"
288
julia = "1.6"

0 commit comments

Comments
 (0)