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