Skip to content

Commit

Permalink
ci: Fix exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman authored and nchristensen committed Jan 31, 2023
1 parent aaa6149 commit 33ac083
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ jobs:
# Scipy lacks some i686 support, which cause the testing of the wheels
# to fail, as scipy is attempted to be built form scratch
- py: cp38
- arch: i686
arch: i686

- py: cp39
- arch: i686
arch: i686

- py: cp310
- arch: i686
arch: i686

- py: cp311
- arch: i686
arch: i686

steps:
- name: Checkout ${{ env.package-name }}
Expand Down Expand Up @@ -158,16 +158,16 @@ jobs:
# Scipy lacks win32 support, which cause the testing of the wheels
# to fail, as scipy is attempted to be built form scratch
- py: cp38
- arch: x86
arch: x86

- py: cp39
- arch: x86
arch: x86

- py: cp310
- arch: x86
arch: x86

- py: cp311
- arch: x86
arch: x86

steps:
- name: Checkout ${{ env.package-name }}
Expand Down

0 comments on commit 33ac083

Please sign in to comment.