Skip to content

Commit c93f21e

Browse files
committed
Add 'packaging' requirement for luxmake
1 parent 3466912 commit c93f21e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,13 @@ jobs:
332332
fi
333333
334334
# Install dependencies
335-
pip install "conan==2.21" && pip install wheel && make deps
335+
pip install "conan==2.21" && pip install wheel && pip install packaging && make deps
336336
337337
CIBW_BEFORE_ALL_MACOS: |
338-
pip install "conan==2.21" && pip install wheel && make deps
338+
pip install "conan==2.21" && pip install wheel && pip install packaging && make deps
339339
340340
CIBW_BEFORE_ALL_WINDOWS: |
341-
pip install "conan==2.21" && pip install wheel && make deps
341+
pip install "conan==2.21" && pip install wheel && pip install packaging && make deps
342342
343343
344344
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |

0 commit comments

Comments
 (0)