Skip to content

Commit 09e909f

Browse files
authored
Update main.yml
1 parent b1d00c4 commit 09e909f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
uses: actions/setup-python@v2
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- name: install sdynpy
21+
- name: install
2222
run: pip install .[testing]
23-
- name: pycodestyle
24-
run: pycodestyle src/sdynpy
2523
- name: pylint
26-
run: python -m pylint --disable=C0103 --output-format=text src/sdynpy | tee lint.log || pylint-exit $?
24+
run: python -m pylint --output-format=text src/sdynpy | tee lint.log || pylint-exit $?
2725
- name: pytest
2826
run: python -m pytest --verbose --cov=src/sdynpy --cov-report xml

0 commit comments

Comments
 (0)