Skip to content

Commit 75fde9a

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4c8a986 commit 75fde9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
condition: and(succeeded(), in(variables['Build.SourceBranchName'], 'integration', 'main'))
7777
steps:
7878
- script: |
79+
set -x
80+
export PATH=$PATH:/home/vsts_azpcontainer/.local/bin
7981
pip install pipx && pipx install poetry
8082
poetry version $(semVer)
8183
poetry self add "poetry-pyinstaller-plugin[plugin]"

0 commit comments

Comments
 (0)