Skip to content

Commit 43fb010

Browse files
authored
Update main.yml
1 parent b3840ee commit 43fb010

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install flake8
2828
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29-
- name: Lint with flake8
30-
run: |
31-
# stop the build if there are Python syntax errors or undefined names
32-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
33-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
34-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3529
- name: Test with unittest
3630
run: |
3731
export PYTHONPATH=`pwd`/src:`pwd`/src/common:`pwd`/src/computing:`pwd`/src/maths:`pwd`/src/science:`pwd`/src/turtle_apps:`pwd`/tests/mocks

0 commit comments

Comments
 (0)