Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
1327fd91
Unverified
Commit
1327fd91
authored
Jun 20, 2022
by
René Fritze
Committed by
GitHub
Jun 20, 2022
Browse files
Merge pull request #1639 from pymor/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
parents
42b021bc
1930dcd5
Pipeline
#146021
passed with stages
in 36 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/linter.yml
View file @
1327fd91
...
...
@@ -11,7 +11,9 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
uses
:
actions/setup-python@v3
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.9"
-
name
:
Install dependencies
run
:
pip install -r requirements-ci.txt
-
name
:
Run flake8 linter
...
...
.github/workflows/process_linter_results.yml
View file @
1327fd91
...
...
@@ -36,7 +36,9 @@ jobs:
fs.writeFileSync('${{github.workspace}}/linter_output.zip', Buffer.from(download.data));
-
run
:
unzip linter_output.zip
-
name
:
Set up Python
uses
:
actions/setup-python@v3
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.8"
# pinned to lintly 0.5.0 due to https://github.com/grantmcconnaughey/Lintly/issues/41
-
name
:
Install dependencies
run
:
pip install lintly==0.5.0 markupsafe==2.0.1
...
...
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