Skip to content

Commit fb8d44f

Browse files
minor fix
1 parent e0d566e commit fb8d44f

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
@@ -84,7 +84,7 @@ jobs:
8484
shell: pwsh
8585
run: |
8686
Write-Host "${{ needs.generate_matrix.outputs.matrix }}"
87-
$matrix = '${{ needs.generate_matrix.outputs.matrix }}'' | ConvertFrom-Json -AsHashtable
87+
$matrix = '${{ needs.generate_matrix.outputs.matrix }}' | ConvertFrom-Json -AsHashtable
8888
Write-Host "matrix is $matrix"
8989
$matrixReduced = $matrix | Where-Object {$_.arch -ne "arm64" -or $_.os -ne "windows-2019"}
9090
Write-Host matrix after changes is $matrixReduced

0 commit comments

Comments
 (0)