Skip to content

Commit 12725ad

Browse files
committed
fix ci build
1 parent 3c90264 commit 12725ad

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
pip install flake8 pytest pytest-cov
2828
pip install -e .
2929
30-
- name: Lint with flake8
31-
run: |
32-
# stop the build if there are Python syntax errors or undefined names
33-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
34-
# exit-zero treats all errors as warnings
35-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
36-
3730
- name: Run tests with pytest
3831
run: |
3932
pytest --cov=tfsumpy --cov-report=xml

makefile

Whitespace-only changes.

0 commit comments

Comments
 (0)