Skip to content

Commit 325581f

Browse files
committed
Add poetry build in CI
1 parent 793dabb commit 325581f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
run: poetry run pytest tests
2828
- name: Run black
2929
run: poetry run black l9format/*.py tests/*.py --check
30+
- name: Run poetry build
31+
run: poetry build
32+

0 commit comments

Comments
 (0)