Skip to content

Commit a3d52af

Browse files
authored
Update lint_python.yml
1 parent efe2e99 commit a3d52af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v4
9+
with:
10+
python-version: '3.x'
911
- run: pip install --upgrade pip wheel
1012
- run: pip install bandit black codespell flake8 flake8-bugbear flake8-return
1113
flake8-comprehensions isort mypy pytest pyupgrade safety

0 commit comments

Comments
 (0)