Skip to content

Commit 2f7155c

Browse files
committed
Remove hardcoded test_proj
1 parent 9e7bfbb commit 2f7155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ llama_cloud = true
4545
directory = "./ui"
4646

4747
[tool.llamadeploy.workflows]
48-
upload = "test_proj.qa_workflows:upload"
49-
chat = "test_proj.qa_workflows:chat"
48+
upload = "{{ project_name_snake }}.qa_workflows:upload"
49+
chat = "{{ project_name_snake }}.qa_workflows:chat"

0 commit comments

Comments
 (0)