8000 Add poetry to PATH. · dry-python/dry-python.github.io@32674b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32674b3

Browse files
committed
Add poetry to PATH.
1 parent e236339 commit 32674b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
curl https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh
1919
echo '##vso[task.prependpath]$(system.defaultWorkingDirectory)/bin'
2020
displayName: Install Vale.
21-
- script: "curl -sSL https://raw.githubusercontent.com\
22-
/python-poetry/poetry/master/get-poetry.py | python"
21+
- script: |
22+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
23+
echo '##vso[task.prependpath]$(HOME)/.poetry/bin'
2324
displayName: Install poetry.
2425
- script: poetry install
2526
displayName: Install python dependencies.

0 commit comments

Comments
 (0)
0