Unverified Commit 3bc81041 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

azure-pipelines.yml: Upgrade pylint and astroid (#2669)

parent 3ca752f0
...@@ -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}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment