Skip to content

Commit

Permalink
here we goooo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-sift committed Dec 10, 2024
1 parent 73e79bd commit 9c1c958
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ jobs:
];
core.setOutput('matrix', JSON.stringify(matrix));
- name: debug
always: true
if: always()
run: |
echo "${{ steps.set-matrix.outputs.matrix }}"
- name: debug
- name: debug 2
always: true
if: always()
run: |
echo "${{ fromJson(steps.set-matrix.outputs.matrix) }}"
- name: debug 3
always: true
if: always()
run: |
echo "${{ fromJson(needs.get-matrix-config.outputs.matrix).runner }}"
Expand Down

0 comments on commit 9c1c958

Please sign in to comment.