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 575ddd2 commit 0b1ace9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Prepare matrix
shell: pwsh
run: |
$matrix = ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
Write-Host ${{ needs.generate_matrix.outputs.matrix }}
$matrix = ${{ needs.generate_matrix.outputs.matrix }}
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 0b1ace9

Please sign in to comment.