Skip to content

Commit

Permalink
fix: install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Mar 17, 2023
1 parent ae067d8 commit a2a257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install flake8 pytest
- name: Analysing the code with pylint
run: |
flake8 --ignore E501,W503 $(git ls-files '*.py')
Expand Down

0 comments on commit a2a257b

Please sign in to comment.