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
nni
Commits
3bc81041
Unverified
Commit
3bc81041
authored
Sep 07, 2020
by
Christian Clauss
Committed by
GitHub
Sep 08, 2020
Browse files
azure-pipelines.yml: Upgrade pylint and astroid (#2669)
parent
3ca752f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
azure-pipelines.yml
azure-pipelines.yml
+1
-1
No files found.
azure-pipelines.yml
View file @
3bc81041
...
@@ -57,7 +57,7 @@ jobs:
...
@@ -57,7 +57,7 @@ jobs:
-
script
:
|
-
script
:
|
set -e
set -e
python3 -m pip install --upgrade pip setuptools --user
python3 -m pip install --upgrade pip setuptools --user
python3 -m pip install pylint==2.
3.1
astroid==2.
2.5
--user
python3 -m pip install pylint==2.
6.0
astroid==2.
4.2
--user
python3 -m pip install coverage --user
python3 -m pip install coverage --user
python3 -m pip install thop --user
python3 -m pip install thop --user
echo "##vso[task.setvariable variable=PATH]${HOME}/.local/bin:${PATH}"
echo "##vso[task.setvariable variable=PATH]${HOME}/.local/bin:${PATH}"
...
...
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