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 d9db57f commit 07309b7Copy full SHA for 07309b7
.github/workflows/tests-cibw.yml
@@ -76,7 +76,9 @@ jobs:
76
sudo udevadm control --reload-rules
77
sudo udevadm trigger --name-match=kvm
78
79
- - run: pipx install patchelf
+ # TODO: remove "wheel" once we're using a cibuildwheel version that includes
80
+ # https://github.com/pypa/cibuildwheel/pull/2515.
81
+ - run: pipx install wheel patchelf
82
83
- uses: pypa/cibuildwheel@v3.1
84
env:
0 commit comments