Skip to content

Commit 8aac631

Browse files
committed
build: install pip in github workflow
1 parent 0d4e1be commit 8aac631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,13 @@ jobs:
329329
fi
330330
331331
# Install dependencies
332-
pip install conan && make deps
332+
pip install conan && pip install wheel && make deps
333333
334334
CIBW_BEFORE_ALL_MACOS: |
335-
pip install conan && make deps
335+
pip install conan && pip install wheel && make deps
336336
337337
CIBW_BEFORE_ALL_WINDOWS: |
338-
pip install conan && make deps
338+
pip install conan && pip install wheel && make deps
339339
340340
341341
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |

0 commit comments

Comments
 (0)