From d176642fbc08a24e4ad4c6c6ebacbc5613320050 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Tue, 1 Sep 2026 17:55:02 +0200 Subject: [PATCH 1/2] add compliance report from a numpy clone --- registry/data.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/registry/data.json b/registry/data.json index 7375876..f8d7c63 100644 --- a/registry/data.json +++ b/registry/data.json @@ -21,6 +21,41 @@ } } ] + }, + { + "id": "numpy-fork", + "name": "NumPy fork", + "report_name": "numpy-fork", + "sources": [ + { + "id": "numpy-fork-linux", + "type": "ci_artifact", + "provider": "github", + "project": "ev-br/numpy", + "ref": { + "kind": "branch", + "name": "main" + }, + "selector": { + "workflow": "report-compliance.yml", + "artifact": "array_api_compliance-ubuntu-latest.json" + } + }, + { + "id": "numpy-fork-macos", + "type": "ci_artifact", + "provider": "github", + "project": "ev-br/numpy", + "ref": { + "kind": "branch", + "name": "main" + }, + "selector": { + "workflow": "report-compliance.yml", + "artifact": "array_api_compliance-ubuntu-latest.json" + } + } + ] } ] } From f39a091838fb9851348f19a9f1f38abad10e51d9 Mon Sep 17 00:00:00 2001 From: Athan Date: Tue, 1 Sep 2026 18:40:37 -0700 Subject: [PATCH 2/2] build: fix artifact name Signed-off-by: Athan --- registry/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/data.json b/registry/data.json index f8d7c63..6c76345 100644 --- a/registry/data.json +++ b/registry/data.json @@ -52,7 +52,7 @@ }, "selector": { "workflow": "report-compliance.yml", - "artifact": "array_api_compliance-ubuntu-latest.json" + "artifact": "array_api_compliance-macos-14.json" } } ]