Skip to content

Commit 89728da

Browse files
authored
Update azure.yaml to include poetry install
1 parent 3111e95 commit 89728da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
shell: sh
1414
continueOnError: false
1515
interactive: false
16-
run: cd ../frontend; pnpm install
16+
run: poetry install; cd ../frontend; pnpm install
1717

1818

19-
19+

0 commit comments

Comments
 (0)