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 782d6f1 commit dd9f30fCopy full SHA for dd9f30f
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
38F9 displayName: Install python dependencies.
0 commit comments