Skip to content

Commit d77c5fc

Browse files
comment exclude
1 parent 309c5c9 commit d77c5fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
fail-fast: false
9393
matrix:
9494
include: ${{ fromJson(needs.generate_matrix.outputs.matrix) }}
95-
exclude:
96-
- os: windows-2019
97-
arch: arm64
95+
# exclude:
96+
# - os: windows-2019
97+
# arch: arm64
9898
runs-on: ${{ matrix.os }}
9999
env:
100100
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.11.0' }}-${{ matrix.platform }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)