We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3840ee commit 43fb010Copy full SHA for 43fb010
.github/workflows/main.yml
@@ -26,12 +26,6 @@ jobs:
26
python -m pip install --upgrade pip
27
pip install flake8
28
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
35
- name: Test with unittest
36
run: |
37
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