Skip to content

Commit

Permalink
fix release pipeline to unblock package release (#2719)
Browse files Browse the repository at this point in the history
* fix release pipeline

* use python3.10
  • Loading branch information
msyyc authored Jul 25, 2024
1 parent 40b52f8 commit c5d6008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions eng/pipelines/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ extends:
AutorestTestFolder: "$(Build.SourcesDirectory)/packages/autorest.python/test/"

steps:
- task: UsePythonVersion@0
displayName: "Use Python 3.10"
inputs:
versionSpec: 3.10

- script: npm install -g [email protected]
displayName: Install PNPM 9.5.0

Expand Down
1 change: 0 additions & 1 deletion packages/autorest.python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ pathspec==0.11.1
platformdirs==3.2.0
PyYAML==6.0.1
tomli==2.0.1
importlib_metadata==8.2.0
setuptools==69.2.0
json-rpc==1.14.0

0 comments on commit c5d6008

Please sign in to comment.