Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-sift committed Dec 10, 2024
1 parent e128b2f commit 73e79bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73e79bd

Please sign in to comment.