Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
remove flake and pytest
  • Loading branch information
olyatjtaylo authored Apr 29, 2024
1 parent d1ea6c7 commit 8c37a55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
#REmoved flake8 linting steps
- name: Test with pytest
run: |
pytest
#Removed flake8 linting steps & pytest

0 comments on commit 8c37a55

Please sign in to comment.