File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 paths :
66 - ' src/backend/**/*.py'
77 - ' src/mcp_server/**/*.py'
8- - ' .github/workflows/ requirements.txt'
8+ - ' .github/requirements.txt'
99 - ' .flake8'
1010 - ' .github/workflows/pylint.yml'
1111 workflow_dispatch :
2828 - name : Install dependencies
2929 run : |
3030 python -m pip install --upgrade pip
31- pip install -r .github/workflows/ requirements.txt
31+ pip install -r .github/requirements.txt
3232 pip install flake8 # Ensure flake8 is installed explicitly
3333
3434 - name : Run flake8 and pylint
Original file line number Diff line number Diff line change 1313 - ' src/**/pyproject.toml'
1414 - ' pytest.ini'
1515 - ' conftest.py'
16- - ' .github/workflows/ requirements.txt'
16+ - ' .github/requirements.txt'
1717 - ' .github/workflows/test.yml'
1818 pull_request :
1919 types :
3131 - ' src/mcp_server/**/*.py'
3232 - ' pytest.ini'
3333 - ' conftest.py'
34- - ' .github/workflows/ requirements.txt'
34+ - ' .github/requirements.txt'
3535 - ' src/**/pyproject.toml'
3636 - ' .github/workflows/test.yml'
3737
5656 - name : Install dependencies
5757 run : |
5858 python -m pip install --upgrade pip
59- pip install -r .github/workflows/ requirements.txt
59+ pip install -r .github/requirements.txt
6060
6161 - name : Check if test files exist
6262 id : check_tests
You can’t perform that action at this time.
0 commit comments