We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c6a4d commit 1334774Copy full SHA for 1334774
.github/workflows/ci.yml
@@ -176,7 +176,8 @@ jobs:
176
177
- {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
178
179
- - {IMAGE: "ubuntu-rolling:ppc64le", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-ppc64le"}
+ # Disable coverage until coverage.py has a wheel with C ext for ppc64le
180
+ - {IMAGE: "ubuntu-rolling:ppc64le", NOXSESSION: "tests-nocoverage", RUNNER: "ubuntu-24.04-ppc64le"}
181
timeout-minutes: 15
182
env:
183
RUSTUP_HOME: /root/.rustup
0 commit comments