From 0927bbc7ff04933422be64677697c1a57e27e40e Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 22 Oct 2024 13:06:00 +0200 Subject: [PATCH] test if output carries over --- .github/workflows/e2e_runtime-reproducibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_runtime-reproducibility.yml b/.github/workflows/e2e_runtime-reproducibility.yml index 96cf0ed1d..c6dc0b1c0 100644 --- a/.github/workflows/e2e_runtime-reproducibility.yml +++ b/.github/workflows/e2e_runtime-reproducibility.yml @@ -73,6 +73,7 @@ jobs: seen = {} with open(os.getenv("GITHUB_OUTPUT")) as f: for line in f: + print(line) matrix, checksum = line.strip().split("=") if not checksum in seen: seen[checksum] = []