install poetry with pipx.

This commit is contained in:
Cédric Bonhomme 2024-01-04 02:06:32 +01:00
parent 91fef6a178
commit d0ca9322cc
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -21,7 +21,7 @@ environment:
project: stegano project: stegano
tasks: tasks:
- dependencies: | - dependencies: |
pip3 install --user poetry pipx install poetry
export PATH="$PATH:/home/build/.local/bin" export PATH="$PATH:/home/build/.local/bin"
cd ${project} cd ${project}
poetry install poetry install