Skip to content

Commit b5a1301

Browse files
committed
Removed 'Lint with flake8' step from workflow
1 parent a99a45b commit b5a1301

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/python-package-ubuntu.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
make
3636
sudo make install
3737
sudo ldconfig
38-
- name: Lint with flake8
39-
run: |
40-
pip install flake8
41-
# stop the build if there are Python syntax errors or undefined names
42-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
43-
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
44-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
45-
- name: Test building bindings
38+
- name: Build bindings
4639
run: |
4740
python setup.py build

0 commit comments

Comments
 (0)