Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-sift committed Dec 10, 2024
1 parent b1f9c7d commit bdab5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
];
core.setOutput('matrix', JSON.stringify(matrix));
- run: |
echo "{{ needs.get-matrix-config.outputs.platforms }}" ||
echo "{{ fromJson(needs.get-matrix-config.outputs.platforms) }}" ||
echo "{{ fromJson(needs.get-matrix-config.outputs.platforms).runner }}"
echo "{{ steps.set-matrix.outputs.matrix }}" ||
echo "{{ fromJson(steps.set-matrix.outputs.matrix) }}" ||
echo "{{ fromJson(needs.get-matrix-config.outputs.matrix).runner }}"
build_and_verify:
name: Build and verify on ${{ matrix.os }} (${{ matrix.arch }}) with Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bdab5dc

Please sign in to comment.