Skip to content

Commit 67cc433

Browse files
minor changes
1 parent 0b1ace9 commit 67cc433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Prepare matrix
8484
shell: pwsh
8585
run: |
86-
Write-Host ${{ needs.generate_matrix.outputs.matrix }}
87-
$matrix = ${{ needs.generate_matrix.outputs.matrix }}
86+
Write-Host "${{ needs.generate_matrix.outputs.matrix }}""
87+
$matrix = "${{ needs.generate_matrix.outputs.matrix }}" | ConvertTo-Json -Compress -AsArray
8888
Write-Host matrix is $matrix
8989
$matrix.data.entities = $matrix.data.entities | Where-Object {$_.arch -NotMatch "arm64" -and $_.os -NotMatch "windows-2019"}
9090
Write-Host matrix after changes is $matrix

0 commit comments

Comments
 (0)