Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
6a4b9f39
Unverified
Commit
6a4b9f39
authored
Dec 20, 2023
by
Jennifer Wei
Committed by
GitHub
Dec 20, 2023
Browse files
Merge pull request #380 from aqlaboratory/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
parents
67a00a6c
83c04ac4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/undefined_names.yml
.github/workflows/undefined_names.yml
+1
-1
No files found.
.github/workflows/undefined_names.yml
View file @
6a4b9f39
...
@@ -5,7 +5,7 @@ jobs:
...
@@ -5,7 +5,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
-
run
:
pip install --upgrade pip
-
run
:
pip install --upgrade pip
-
run
:
pip install flake8
-
run
:
pip install flake8
-
run
:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
-
run
:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
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