Skip to content

Commit 05111db

Browse files
committed
Update requirements file name in linter workflow
1 parent a01a5a8 commit 05111db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/black_linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'README.md'
77
pull_request:
88
branches:
9-
-main
9+
- main
1010

1111
jobs:
1212
build:
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r app/requirements/testing.txt
27-
pip install -r app/requirements/postgres.txt
26+
pip install -r app/requirements/local.txt
2827
- name: Analysing the code with pylint
2928
run: |
3029
black --check .

0 commit comments

Comments
 (0)