8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e236339 commit 32674b3Copy full SHA for 32674b3
azure-pipelines.yml
@@ -18,8 +18,9 @@ jobs:
18
curl https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh
19
echo '##vso[task.prependpath]$(system.defaultWorkingDirectory)/bin'
20
displayName: Install Vale.
21
- - script: "curl -sSL https://raw.githubusercontent.com\
22
- /python-poetry/poetry/master/get-poetry.py | python"
+ - script: |
+ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
23
+ echo '##vso[task.prependpath]$(HOME)/.poetry/bin'
24
displayName: Install poetry.
25
- script: poetry install
26
displayName: Install python dependencies.
0 commit comments