Skip to content

Commit

Permalink
chore: remove needsTools param (#24495)
Browse files Browse the repository at this point in the history
Cherry-pick of #24494 to
test more APIScan developments.

---------

Co-authored-by: Karthik Nadig <[email protected]>
  • Loading branch information
rzhao271 and karthiknadig authored Nov 27, 2024
1 parent cd5fc64 commit dd67912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

- name: Run Ruff
run: |
python -m pip install -U ruff
python -m pip install -U "ruff<0.8.0"
python -m ruff check .
python -m ruff format --check
working-directory: python_files
Expand Down
1 change: 0 additions & 1 deletion build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extends:
parameters:
publishExtension: ${{ parameters.publishExtension }}
l10nSourcePaths: ./src/client
needsTools: true

buildPlatforms:
- name: Linux
Expand Down

0 comments on commit dd67912

Please sign in to comment.