We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d00c4 commit 09e909fCopy full SHA for 09e909f
.github/workflows/main.yml
@@ -18,11 +18,9 @@ jobs:
18
uses: actions/setup-python@v2
19
with:
20
python-version: ${{ matrix.python-version }}
21
- - name: install sdynpy
+ - name: install
22
run: pip install .[testing]
23
- - name: pycodestyle
24
- run: pycodestyle src/sdynpy
25
- name: pylint
26
- run: python -m pylint --disable=C0103 --output-format=text src/sdynpy | tee lint.log || pylint-exit $?
+ run: python -m pylint --output-format=text src/sdynpy | tee lint.log || pylint-exit $?
27
- name: pytest
28
run: python -m pytest --verbose --cov=src/sdynpy --cov-report xml
0 commit comments