diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 565c8a0c..60690726 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -62,13 +62,13 @@ jobs: arch: arm64 python-version: '3.10' - # Specific inclusion for Windows x86 architecture - - os: windows-latest - arch: amd64 - python-version: '3.9' - - os: windows-latest - arch: amd64 - python-version: '3.10' + # # Specific inclusion for Windows x86 architecture + # - os: windows-latest + # arch: amd64 + # python-version: '3.9' + # - os: windows-latest + # arch: amd64 + # python-version: '3.10' steps: - name: Checkout the code