Skip to content

Commit

Permalink
Temp. narrow Python versions & build architectures for wheels (2/2)
Browse files Browse the repository at this point in the history
Enable all supported architectures again.
  • Loading branch information
ivilata committed Oct 4, 2023
1 parent 3fc90c7 commit 1f8c0f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
# Please note that some architectures are not tested,
# see "Build wheels" and ``CIBW_TEST_SKIP`` below.
os: [ 'ubuntu-latest' ]
# Temporarily narrowed to check CIBW-based testing, please undo.
#arch: [ 'x86_64', 'aarch64' ]
arch: [ 'x86_64' ]
arch: [ 'x86_64', 'aarch64' ]
include:
- os: macos-latest
arch: x86_64
Expand Down

0 comments on commit 1f8c0f4

Please sign in to comment.