mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Remove pipx commands and attempt to solve issue through poetry configuration
This commit is contained in:
parent
876069b92f
commit
92cc7888f9
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@ before_install:
|
||||||
- date
|
- date
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install pipx
|
- pip install poetry
|
||||||
- pipx install poetry
|
- poetry config virtualenvs.in-project true
|
||||||
|
- poetry config --list
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run python --version
|
- poetry run python --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue