Skip to content

Commit 185dfbe

Browse files
authored
Update lint_python.yml
1 parent e7e895f commit 185dfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: x64
2424
- run: pip install --upgrade pip wheel
2525
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
26-
flake8-comprehensions isort mypy pytest pyupgrade safety
26+
flake8-comprehensions isort mypy pytest pyupgrade
2727
- run: bandit --recursive --skip B101,B102,B307,B404,B603,B607 .
2828
- run: black --check . || true
2929
- run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
@@ -58,7 +58,7 @@ jobs:
5858
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
5959
architecture: x64
6060
- run: pip install --upgrade pip wheel
61-
- run: pip install pytest
61+
- run: pip install pytest safety
6262
- run: pip install --editable .
6363
- run: pip install numpy pylab-sdk
6464
- run: make test

0 commit comments

Comments
 (0)