Skip to content

Commit ce22634

Browse files
author
Harmanpreet Kaur
committed
Remove mcp_server paths from PyLint workflow to streamline linting process
1 parent 632d372 commit ce22634

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'infra/scripts/**'
1414
- '.github/workflows/deploy.yml'
1515
- 'azure.yml'
16-
- 'azure-custom.yml'
16+
- 'azure_custom.yml'
1717
pull_request:
1818
types:
1919
- opened
@@ -31,7 +31,7 @@ on:
3131
- 'infra/scripts/**'
3232
- '.github/workflows/deploy.yml'
3333
- 'azure.yml'
34-
- 'azure-custom.yml'
34+
- 'azure_custom.yml'
3535
workflow_run:
3636
workflows: ["Build Docker and Optional Push v3"]
3737
types:

.github/workflows/pylint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
- 'src/backend/**/*.py'
77
- 'src/mcp_server/**/*.py'
88
- 'src/backend/requirements.txt'
9-
- 'src/mcp_server/pyproject.toml'
109
- '.flake8'
1110
- '.github/workflows/pylint.yml'
1211
pull_request:
1312
paths:
1413
- 'src/backend/**/*.py'
1514
- 'src/mcp_server/**/*.py'
1615
- 'src/backend/requirements.txt'
17-
- 'src/mcp_server/pyproject.toml'
1816
- '.flake8'
1917
- '.github/workflows/pylint.yml'
2018

@@ -36,7 +34,6 @@ jobs:
3634
run: |
3735
python -m pip install --upgrade pip
3836
pip install -r src/backend/requirements.txt
39-
pip install -e src/mcp_server/ # Install mcp_server dependencies from pyproject.toml
4037
pip install flake8 # Ensure flake8 is installed explicitly
4138
4239
- name: Run flake8 and pylint

0 commit comments

Comments
 (0)