Skip to content

Commit

Permalink
Added flask dependancy to workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adipai committed Oct 14, 2023
1 parent 1e88838 commit 7eb4699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install pandas
pip install -U Flask
pip install -U flask-cors
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 7eb4699

Please sign in to comment.