Skip to content

Commit 3640f41

Browse files
authored
fix(build): pip install wheel (#738)
1 parent d28a886 commit 3640f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
cd openadapt/app/dashboard
8282
npm install
8383
cd ../../../
84+
pip install wheel
8485
poetry run postinstall
8586
- name: Build executables
8687
run: |

0 commit comments

Comments
 (0)