Skip to content

Commit

Permalink
Update requirements file name in linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulapreuss committed Nov 11, 2024
1 parent 2cc4ce0 commit ad0c87b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/black_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'README.md'
pull_request:
branches:
-main
- main

jobs:
build:
Expand All @@ -23,8 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r app/requirements/testing.txt
pip install -r app/requirements/postgres.txt
pip install -r app/requirements/production.txt
- name: Analysing the code with pylint
run: |
black --check .
Expand Down

0 comments on commit ad0c87b

Please sign in to comment.