Skip to content

Commit

Permalink
CI: Turn Windows build back on
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Dec 2, 2024
1 parent 8aab299 commit 08fcc14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels_faster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
# Have to specify python version twice so that the same python is used to build and test
# Need to quote decimal versions as string to avoid the "Norway problem"

# Windows 64-bit - broken due to ITK issues
# - os: windows-latest
# python: '3.12'
# cibw_python: 312
# platform_id: win_amd64
# Windows 64-bit
- os: windows-latest
python: '3.12'
cibw_python: 312
platform_id: win_amd64

# Linux 64-bit
- os: ubuntu-latest
Expand Down

0 comments on commit 08fcc14

Please sign in to comment.