Skip to content

Commit f8c9345

Browse files
committed
ci(build): run CLI via poetry
1 parent 98da29b commit f8c9345

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)