Skip to content

Commit c1adcb4

Browse files
minor changes
1 parent 877de42 commit c1adcb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
matrix:
6767
include: ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
6868
runs-on: ${{ matrix.os }}
69+
outputs:
70+
matrix: ${{ steps.build-python.outputs.matrixReduced }}
6971
env:
7072
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.11.0' }}-${{ matrix.platform }}-${{ matrix.arch }}
7173
steps:
@@ -88,7 +90,6 @@ jobs:
8890

8991
- name: Prepare matrix
9092
id: build-python
91-
shell: pwsh
9293
run: |
9394
$matrix = '${{ needs.generate_matrix.outputs.matrix }}' | ConvertFrom-Json -AsHashtable
9495
$matrixReduced = $matrix | Where-Object {$_.arch -ne "arm64" -or $_.os -ne "windows-2019"}

0 commit comments

Comments
 (0)