We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ebf95 commit 754b44dCopy full SHA for 754b44d
.github/workflows/lint_python.yml
@@ -19,7 +19,7 @@ jobs:
19
#
20
# CPython -> 3.9.0-alpha - 3.9.X
21
# PyPy -> pypy-3.7
22
- python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python.action), matrix.python.action))[startsWith(matrix.python.action, 'pypy')] }}
+ python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
23
architecture: x64
24
- run: pip install --upgrade pip wheel
25
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
0 commit comments