Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Dec 26, 2024
1 parent e2897a0 commit 94be1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- script: tox run -e apiview
displayName: 'Validate multiapi APIView - Python $(PythonVersion)'
condition: and(succeededOrFailed(), eq(variables['PythonVersion'], '3.11'))
condition: and(succeededOrFailed(), eq(variables['PythonVersion'], '3.10'))
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/autorest.python/test/multiapi

- ${{ if eq(ne(variables['Build.Reason'], 'PullRequest'), 'True') }}:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/generated-code-checks-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ steps:
- script: npm run test -- --command=apiview --folder=${{ parameters.folderName }}
displayName: ApiView ${{ parameters.folderName }} - Python $(PythonVersion)
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/${{parameters.package}}
condition: eq(variables['PythonVersion'], '3.11')
condition: eq(variables['PythonVersion'], '3.10')

0 comments on commit 94be1cd

Please sign in to comment.