We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3466912 commit c93f21eCopy full SHA for c93f21e
1 file changed
.github/workflows/wheel-builder.yml
@@ -332,13 +332,13 @@ jobs:
332
fi
333
334
# Install dependencies
335
- pip install "conan==2.21" && pip install wheel && make deps
+ pip install "conan==2.21" && pip install wheel && pip install packaging && make deps
336
337
CIBW_BEFORE_ALL_MACOS: |
338
339
340
CIBW_BEFORE_ALL_WINDOWS: |
341
342
343
344
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
0 commit comments