Skip to content

Commit 07309b7

Browse files
committed
Restore installation of "wheel"
1 parent d9db57f commit 07309b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
sudo udevadm control --reload-rules
7777
sudo udevadm trigger --name-match=kvm
7878
79-
- run: pipx install patchelf
79+
# 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
8082

8183
- uses: pypa/[email protected]
8284
env:

0 commit comments

Comments
 (0)