mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
[#681] Appease the poetry gods
This commit is contained in:
parent
1840132b76
commit
0f59c41712
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ python: "3.7"
|
|||
before_install:
|
||||
- pip install poetry
|
||||
install:
|
||||
# we run `poetry version` here to appease poetry about '0.0.0-source'
|
||||
- poetry version
|
||||
- poetry install
|
||||
script:
|
||||
- poetry run python --version
|
||||
|
|
Loading…
Add table
Reference in a new issue