Skip to content

Commit 8dbd708

Browse files
fix: CWYD local deployment issue (#2059)
1 parent 2394bc7 commit 8dbd708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
prepackage:
5757
windows:
5858
shell: pwsh
59-
run: poetry export -o requirements.txt; pip install -r requirements.txt
59+
run: poetry export -o requirements.txt --without-hashes; pip install -r requirements.txt
6060
posix:
6161
shell: sh
62-
run: poetry export -o requirements.txt; pip install -r requirements.txt
62+
run: poetry export -o requirements.txt --without-hashes; pip install -r requirements.txt

0 commit comments

Comments
 (0)