lock first?

This commit is contained in:
Miguel Jacq 2025-02-09 16:34:31 +11:00
parent 194d07a35f
commit 5f5cc12cb6
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -61,6 +61,7 @@ parts:
override-pull: |
craftctl default
override-build: |
poetry lock
poetry install
onionshare:
@ -144,6 +145,7 @@ parts:
override-pull: |
craftctl default
override-build: |
poetry lock
poetry install
after: [onionshare-cli]