8000 chore: remove needsTools param (#24495) · microsoft/vscode-python@dd67912 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd67912

Browse files
chore: remove needsTools param (#24495)
Cherry-pick of #24494 to test more APIScan developments. --------- Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
1 parent cd5fc64 commit dd67912

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343

4444
- name: Run Ruff
4545
run: |
46-
python -m pip install -U ruff
46+
python -m pip install -U "ruff<0.8.0"
4747
python -m ruff check .
4848
python -m ruff format --check
4949
working-directory: python_files

build/azure-pipeline.stable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ extends:
2525
parameters:
2626
publishExtension: ${{ parameters.publishExtension }}
2727
l10nSourcePaths: ./src/client
28-
needsTools: true
2928

3029
buildPlatforms:
3130
- name: Linux

0 commit comments

Comments
 (0)
0