Skip to content

Commit

Permalink
Update python-news-scraper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morganbarber authored Feb 27, 2024
1 parent e697d97 commit 3ce32f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-news-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade datetime
python -m pip install --upgrade pip
python -m pip install --upgrade asyncio
python -m pip install flake8 pytest
python -m pip install --upgrade buildtools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand All @@ -36,4 +37,4 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 comments on commit 3ce32f2

Please sign in to comment.