mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Installing poetry with pipx instead of pip
This commit is contained in:
parent
4103db4b6c
commit
d0214ae180
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ before_install:
|
|||
- date
|
||||
|
||||
install:
|
||||
- pip install --upgrade poetry
|
||||
- pip install pipx
|
||||
- pipx install --upgrade poetry
|
||||
- poetry install
|
||||
- poetry run python --version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue