Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
6e740e73
Commit
6e740e73
authored
Jun 19, 2022
by
Andrew Murray
Browse files
Updated actions/setup-python to v3
parent
3d3e08b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+1
-1
No files found.
.github/workflows/lint_python.yml
View file @
6e740e73
...
...
@@ -5,7 +5,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v
2
-
uses
:
actions/setup-python@v
3
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment