Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Dec 20, 2023
1 parent e0d566e commit fb8d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
shell: pwsh
run: |
Write-Host "${{ needs.generate_matrix.outputs.matrix }}"
$matrix = '${{ needs.generate_matrix.outputs.matrix }}'' | ConvertFrom-Json -AsHashtable
$matrix = '${{ needs.generate_matrix.outputs.matrix }}' | ConvertFrom-Json -AsHashtable
Write-Host "matrix is $matrix"
$matrixReduced = $matrix | Where-Object {$_.arch -ne "arm64" -or $_.os -ne "windows-2019"}
Write-Host matrix after changes is $matrixReduced
Expand Down

0 comments on commit fb8d44f

Please sign in to comment.