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 0d4e1be commit 8aac631Copy full SHA for 8aac631
.github/workflows/wheel-builder.yml
@@ -329,13 +329,13 @@ jobs:
329
fi
330
331
# Install dependencies
332
- pip install conan && make deps
+ pip install conan && pip install wheel && make deps
333
334
CIBW_BEFORE_ALL_MACOS: |
335
336
337
CIBW_BEFORE_ALL_WINDOWS: |
338
339
340
341
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
0 commit comments