diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd85433..979f012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - target: [x64, x86] + target: [x64] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 @@ -89,7 +89,6 @@ jobs: name: wheels-windows-${{ matrix.target }} path: dist - name: pytest - if: ${{ !startsWith(matrix.target, 'aarch64') }} shell: bash run: | set -e