Skip to content

Commit 154d1d1

Browse files
committed
Tox
1 parent 513d95c commit 154d1d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install tox
24-
python -m pip install -r requirements/local.txt ; pylint **/*.py
24+
python -m pip install -r requirements/local.txt
2525
- name: "run linting via tox"
2626
run: |
27-
tox -e linting
27+
python -m tox -e linting

0 commit comments

Comments
 (0)