mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
Fix bad pipx install command
This commit is contained in:
parent
d0214ae180
commit
9d9da2239b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install pipx
|
- pip install pipx
|
||||||
- pipx install --upgrade poetry
|
- pipx install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run python --version
|
- poetry run python --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue