Skip to content

Commit 407b521

Browse files
author
AnthonyMalRivett
committed
Fixed Workflow for PyLint, changing path for files
1 parent 2fb2eaf commit 407b521

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/backend-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
python-version: "3.11"
1717

18+
- name: Set PYTHONPATH
19+
run: echo "PYTHONPATH=$(pwd)/backend" >> $GITHUB_ENV
20+
1821
- name: Install dependencies
1922
working-directory: backend
2023
run: |
@@ -39,6 +42,9 @@ jobs:
3942
with:
4043
python-version: "3.11"
4144

45+
- name: Set PYTHONPATH
46+
run: echo "PYTHONPATH=$(pwd)/backend" >> $GITHUB_ENV
47+
4248
- name: Install MyPy and dependencies
4349
working-directory: backend
4450
run: |

0 commit comments

Comments
 (0)