Update python workflow
update version of setup-python and checkout actionpull/1196/head
parent
7e16a576bc
commit
0436fb61c0
|
@ -12,6 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
|
- run: pip install --upgrade setuptools
|
||||||
- run: pip install bandit black flake8 isort mypy pytest pyupgrade safety
|
- run: pip install bandit black flake8 isort mypy pytest pyupgrade safety
|
||||||
- run: bandit --recursive --skip B101 . # B101 is assert statements
|
- run: bandit --recursive --skip B101 . # B101 is assert statements
|
||||||
- run: black --check . || true
|
- run: black --check . || true
|
||||||
|
|
Loading…
Reference in New Issue