From 73e79bd849ccf6712b6235bbf3342b0567b75921 Mon Sep 17 00:00:00 2001 From: Kevin Limburg Date: Tue, 10 Dec 2024 15:37:56 -0800 Subject: [PATCH] try again --- .github/workflows/python_build.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_build.yaml b/.github/workflows/python_build.yaml index 9c7e0847..dafc63d0 100644 --- a/.github/workflows/python_build.yaml +++ b/.github/workflows/python_build.yaml @@ -36,9 +36,17 @@ jobs: ]; core.setOutput('matrix', JSON.stringify(matrix)); - name: debug + always: true run: | - echo "${{ steps.set-matrix.outputs.matrix }}" || - echo "${{ fromJson(steps.set-matrix.outputs.matrix) }}" || + echo "${{ steps.set-matrix.outputs.matrix }}" + - name: debug + - name: debug 2 + always: true + run: | + echo "${{ fromJson(steps.set-matrix.outputs.matrix) }}" + - name: debug 3 + always: true + run: | echo "${{ fromJson(needs.get-matrix-config.outputs.matrix).runner }}" build_and_verify: