Skip to content

Commit 6007d86

Browse files
committed
MAINT/TST: Remove lint section from main CI run
This is no longer needed as we are running linting as a separate step
1 parent 354f8c6 commit 6007d86

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip poetry
2121
poetry env use ${{ matrix.python-version }}
22-
poetry install --with=test --with=lint
23-
- name: Lint with flake8
24-
run: |
25-
# stop the build if there are Python syntax errors or undefined names
26-
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
27-
# The GitHub editor is 127 chars wide
28-
poetry run flake8 . --ignore=F401,F403,W503,E226 --count --max-complexity=10 --max-line-length=127 --statistics
22+
poetry install --with=test
2923
- name: Test with pytest
3024
run: |
3125
poetry run pytest

0 commit comments

Comments
 (0)