Skip to content

Commit 754b44d

Browse files
authored
oops
1 parent f6ebf95 commit 754b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
#
2020
# CPython -> 3.9.0-alpha - 3.9.X
2121
# 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')] }}
22+
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
2323
architecture: x64
2424
- run: pip install --upgrade pip wheel
2525
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear

0 commit comments

Comments
 (0)