Skip to content

Commit 846a047

Browse files
authored
remove checkstyle in build.yml
1 parent 9eb45f4 commit 846a047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
pip install poetry
2424
poetry install
25-
- name: Check style
26-
run: poetry run flake8 --exclude=docs*
25+
# - name: Check style
26+
# run: poetry run flake8 --exclude=docs*
2727
- name: Test with pytest
2828
run: |
2929
poetry run pytest --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)