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
1930dcd5
Unverified
Commit
1930dcd5
authored
Jun 09, 2022
by
René Fritze
Browse files
[ci] python version is now mandatory for gh python setup
parent
f593004d
Pipeline
#146000
passed with stages
in 38 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/linter.yml
View file @
1930dcd5
...
...
@@ -12,6 +12,8 @@ jobs:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
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 @
1930dcd5
...
...
@@ -37,6 +37,8 @@ jobs:
-
run
:
unzip linter_output.zip
-
name
:
Set up Python
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
...
...
ammservices bridge
@group_958_bot
mentioned in commit
181c2b35
·
Jun 20, 2022
mentioned in commit
181c2b35
mentioned in commit 181c2b3519978dd00d8897c47ca844f1f14c0f27
Toggle commit list
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