Fix poetry path

This commit is contained in:
Micah Lee 2022-10-04 21:59:01 -07:00
parent 8c365301a5
commit bd3c46a868

View File

@ -130,8 +130,8 @@ parts:
- python3-setuptools
override-build: |
pip3 install poetry
poetry install
poetry build
~/.local/bin/poetry install
~/.local/bin/poetry build
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
after: [tor, obfs4, snowflake-client, meek-client]