mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +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
|
- date
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade poetry
|
- pip install pipx
|
||||||
|
- pipx install --upgrade poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run python --version
|
- poetry run python --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue