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 10121c2 commit 6369b7aCopy full SHA for 6369b7a
eng/pipelines/ci-template.yml
@@ -64,6 +64,10 @@ steps:
64
displayName: Pnpm list
65
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/typespec-python
66
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
+
71
- script: pnpm run build
72
displayName: Build project
73
workingDirectory: $(Build.SourcesDirectory)/autorest.python/
0 commit comments