Skip to content

Commit a2cc141

Browse files
committed
try installing project with dependencies before building
1 parent 542be6e commit a2cc141

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ python -m ensurepip
5656
python -m pip install poetry poetry-pyinstaller-plugin pyinstaller
5757

5858
cd hvcc
59+
pip install -e .
5960
poetry build
6061
cd ..
6162

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ python3 -m ensurepip
222222
python3 -m pip install poetry poetry-pyinstaller-plugin pyinstaller
223223

224224
pushd hvcc
225+
pip install -e .
225226
poetry build
226227
popd
227228

0 commit comments

Comments
 (0)