Skip to content

Commit 1a25504

Browse files
Update pylint.yml
1 parent d0dc28c commit 1a25504

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install -r ClientAdvisor/App/requirements.txt
21-
pip install -r ResearchAssistant/App/requirements.txt
20+
pip install -r src/requirements.txt
2221
- name: Run flake8 and pylint
2322
run: |
24-
flake8 --config=ClientAdvisor/App/.flake8 ClientAdvisor/App
25-
flake8 --config=ResearchAssistant/App/.flake8 ResearchAssistant/App
23+
flake8 --config=src/.flake8 src

0 commit comments

Comments
 (0)