clean env for the linting stage
This commit is contained in:
parent
df17bb2bd3
commit
5a6a580765
|
@ -59,6 +59,7 @@ jobs:
|
|||
repo: pytest-dev/pytest
|
||||
- stage: linting
|
||||
python: '3.6'
|
||||
env:
|
||||
install:
|
||||
- pip install pre-commit
|
||||
- pre-commit install-hooks
|
||||
|
|
Loading…
Reference in New Issue