Skip to content

Commit 6aa1fcc

Browse files
ci(build): run CLI via poetry (#30)
1 parent ad29651 commit 6aa1fcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ ignore = []
3838
[tool.poetry.scripts]
3939
diff-risk = "diff_risk_dashboard.cli:main"
4040
diff-risk-web = "diff_risk_dashboard.web:main"
41+
[build-system]
42+
requires = ["poetry-core>=1.8.0"]
43+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)