Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent 0fb3ee8 commit 03c01ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03c01ff

Please sign in to comment.