Skip to content

Commit 6369b7a

Browse files
committed
update
1 parent 10121c2 commit 6369b7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/ci-template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ steps:
6464
displayName: Pnpm list
6565
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/typespec-python
6666

67+
- script: npm run install
68+
displayName: Install http-client-python dependencies
69+
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/typespec-python/node_modules/@typespec/http-client-python
70+
6771
- script: pnpm run build
6872
displayName: Build project
6973
workingDirectory: $(Build.SourcesDirectory)/autorest.python/

0 commit comments

Comments
 (0)