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 f2d383d commit 575ddd2Copy full SHA for 575ddd2
.github/workflows/build-python-packages.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Prepare matrix
84
shell: pwsh
85
run: |
86
- $matrix = ${{ fromJson(needs.generate_matrix.outputs.matrix) }} | ConvertFrom-Json
+ $matrix = ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
87
Write-Host matrix is $matrix
88
$matrix.data.entities = $matrix.data.entities | Where-Object {$_.arch -NotMatch "arm64" -and $_.os -NotMatch "windows-2019"}
89
Write-Host matrix after changes is $matrix
0 commit comments