Skip to content

Commit 8146294

Browse files
authored
Update ci.yml
1 parent 4b27eb4 commit 8146294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
- {tag: manylinux2014, arch: x86_64}
112112
- {tag: manylinux2014, arch: i686}
113113
- {tag: manylinux2014, arch: aarch64}
114-
- {tag: manylinux2014, arch: ppc64le}
114+
# TODO: figure out a way to renable this, for now it's far too slow
115+
# to run in github actions (> 6hrs)
116+
# - {tag: manylinux2014, arch: ppc64le}
115117

116118
runs-on: ubuntu-latest
117119
needs: lint

0 commit comments

Comments
 (0)