diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 215b7366..c79a0cb5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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]