We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309c5c9 commit d77c5fcCopy full SHA for d77c5fc
.github/workflows/build-python-packages.yml
@@ -92,9 +92,9 @@ jobs:
92
fail-fast: false
93
matrix:
94
include: ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
95
- exclude:
96
- - os: windows-2019
97
- arch: arm64
+ # exclude:
+ # - os: windows-2019
+ # arch: arm64
98
runs-on: ${{ matrix.os }}
99
env:
100
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.11.0' }}-${{ matrix.platform }}-${{ matrix.arch }}
0 commit comments