Skip to content

Commit 877de42

Browse files
minor changes
1 parent 625f260 commit 877de42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ jobs:
9090
id: build-python
9191
shell: pwsh
9292
run: |
93-
Write-Host "${{ needs.generate_matrix.outputs.matrix }}"
9493
$matrix = '${{ needs.generate_matrix.outputs.matrix }}' | ConvertFrom-Json -AsHashtable
95-
Write-Host "matrix is $matrix"
9694
$matrixReduced = $matrix | Where-Object {$_.arch -ne "arm64" -or $_.os -ne "windows-2019"}
97-
Write-Host matrix after changes is $matrixReduced
95+
$matrixReduced | Out-String | Write-Host
9896
echo "matrixReduced=$($matrixReduced | ConvertTo-Json -Compress -AsArray)" >> $env:GITHUB_OUTPUT
9997
10098
test_python:

0 commit comments

Comments
 (0)