From ca3bdd413056708d36ff86703de7b4d2b27fd63f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 4 Oct 2022 21:59:01 -0700 Subject: [PATCH] Fix poetry path --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]