We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b27eb4 commit 8146294Copy full SHA for 8146294
.github/workflows/ci.yml
@@ -111,7 +111,9 @@ jobs:
111
- {tag: manylinux2014, arch: x86_64}
112
- {tag: manylinux2014, arch: i686}
113
- {tag: manylinux2014, arch: aarch64}
114
- - {tag: manylinux2014, arch: ppc64le}
+ # 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}
117
118
runs-on: ubuntu-latest
119
needs: lint
0 commit comments