Skip to content

Commit 0b1ace9

Browse files
minor changes
1 parent 575ddd2 commit 0b1ace9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- name: Prepare matrix
8484
shell: pwsh
8585
run: |
86-
$matrix = ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
86+
Write-Host ${{ needs.generate_matrix.outputs.matrix }}
87+
$matrix = ${{ needs.generate_matrix.outputs.matrix }}
8788
Write-Host matrix is $matrix
8889
$matrix.data.entities = $matrix.data.entities | Where-Object {$_.arch -NotMatch "arm64" -and $_.os -NotMatch "windows-2019"}
8990
Write-Host matrix after changes is $matrix

0 commit comments

Comments
 (0)