mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
add poetry
This commit is contained in:
parent
f892a816be
commit
05d42179bd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-app.yml
vendored
1
.github/workflows/python-app.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue