We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2394bc7 commit 8dbd708Copy full SHA for 8dbd708
1 file changed
azure.yaml
@@ -56,7 +56,7 @@ services:
56
prepackage:
57
windows:
58
shell: pwsh
59
- run: poetry export -o requirements.txt; pip install -r requirements.txt
+ run: poetry export -o requirements.txt --without-hashes; pip install -r requirements.txt
60
posix:
61
shell: sh
62
0 commit comments