We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d566e commit fb8d44fCopy full SHA for fb8d44f
.github/workflows/build-python-packages.yml
@@ -84,7 +84,7 @@ jobs:
84
shell: pwsh
85
run: |
86
Write-Host "${{ needs.generate_matrix.outputs.matrix }}"
87
- $matrix = '${{ needs.generate_matrix.outputs.matrix }}'' | ConvertFrom-Json -AsHashtable
+ $matrix = '${{ needs.generate_matrix.outputs.matrix }}' | ConvertFrom-Json -AsHashtable
88
Write-Host "matrix is $matrix"
89
$matrixReduced = $matrix | Where-Object {$_.arch -ne "arm64" -or $_.os -ne "windows-2019"}
90
Write-Host matrix after changes is $matrixReduced
0 commit comments