mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +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:
|
before_install:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
install:
|
install:
|
||||||
|
# we run `poetry version` here to appease poetry about '0.0.0-source'
|
||||||
|
- poetry version
|
||||||
- poetry install
|
- poetry install
|
||||||
script:
|
script:
|
||||||
- poetry run python --version
|
- poetry run python --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue