Skip to content

Commit 575ddd2

Browse files
remove convert to json
1 parent f2d383d commit 575ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)