Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Dec 20, 2023
1 parent 0b1ace9 commit 67cc433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Prepare matrix
shell: pwsh
run: |
Write-Host ${{ needs.generate_matrix.outputs.matrix }}
$matrix = ${{ needs.generate_matrix.outputs.matrix }}
Write-Host "${{ needs.generate_matrix.outputs.matrix }}""
$matrix = "${{ needs.generate_matrix.outputs.matrix }}" | ConvertTo-Json -Compress -AsArray
Write-Host matrix is $matrix
$matrix.data.entities = $matrix.data.entities | Where-Object {$_.arch -NotMatch "arm64" -and $_.os -NotMatch "windows-2019"}
Write-Host matrix after changes is $matrix
Expand Down

0 comments on commit 67cc433

Please sign in to comment.