Skip to content

Commit

Permalink
remove convert to json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Dec 20, 2023
1 parent f2d383d commit 575ddd2
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 @@ -83,7 +83,7 @@ jobs:
- name: Prepare matrix
shell: pwsh
run: |
$matrix = ${{ fromJson(needs.generate_matrix.outputs.matrix) }} | ConvertFrom-Json
$matrix = ${{ fromJson(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 575ddd2

Please sign in to comment.