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
0b306e51
Commit
0b306e51
authored
Sep 21, 2022
by
Andrew Murray
Browse files
Updated actions/setup-python to v4
parent
02e7be86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/lint_python.yml
.github/workflows/lint_python.yml
+3
-1
.github/workflows/test.yml
.github/workflows/test.yml
+1
-1
No files found.
.github/workflows/lint_python.yml
View file @
0b306e51
...
@@ -5,7 +5,9 @@ jobs:
...
@@ -5,7 +5,9 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v3
-
uses
:
actions/setup-python@v4
with
:
python-version
:
'
3.10'
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install --upgrade pip wheel
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
-
run
:
pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety
flake8-comprehensions isort mypy pytest pyupgrade safety
...
...
.github/workflows/test.yml
View file @
0b306e51
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
uses
:
actions/setup-python@v
3
-
uses
:
actions/setup-python@v
4
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
...
...
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