Skip to content

Commit

Permalink
force install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Feb 25, 2024
1 parent 4f0377a commit 317cf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@

# Package Heavy with pyinstaller
python3 -m ensurepip
python3 -m pip install hvcc/.
python3 -m pip install pyinstaller
python3 -m pip install --break-system-packages hvcc/.
python3 -m pip install --break-system-packages pyinstaller

if [[ "$OSTYPE" == "linux-gnu"* ]]; then
python3 ./resources/run_pyinstaller.py -n Heavy --noconfirm --windowed --paths $(python3 -m site --user-site) ./hvcc/hvcc/__init__.py --collect-data json2daisy --add-data="./hvcc/hvcc/generators:./generators" --add-data="./hvcc/hvcc/core:./hvcc/core" --add-data="./hvcc/hvcc/generators:./hvcc/generators" --add-data="./hvcc/hvcc/interpreters:./hvcc/interpreters"
Expand Down

0 comments on commit 317cf54

Please sign in to comment.