There was an error while loading. Please reload this page.
1 parent 513d95c commit 154d1d1Copy full SHA for 154d1d1
1 file changed
.github/workflows/linting.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install tox
24
- python -m pip install -r requirements/local.txt ; pylint **/*.py
+ python -m pip install -r requirements/local.txt
25
- name: "run linting via tox"
26
27
- tox -e linting
+ python -m tox -e linting
0 commit comments