Skip to content

Commit 12bc454

Browse files
Disable powerpc64le wheel testing, the runner is unreliable
Uv and others seem to have th s ame issue
1 parent 8189453 commit 12bc454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
docker-options: ${{ matrix.platform.maturin_docker_options }}
158158
args: --release --locked --out dist
159159
- uses: uraimo/run-on-arch-action@v2
160-
if: matrix.platform.arch != 'ppc64'
160+
if: ${{ matrix.platform.arch != 'ppc64' && matrix.platform.arch != 'powerpc64le' }}
161161
name: "Test wheels"
162162
with:
163163
arch: ${{ matrix.platform.arch == 'arm' && 'armv6' || matrix.platform.arch }}

0 commit comments

Comments
 (0)