"src/vscode:/vscode.git/clone" did not exist on "958efabf066b975a5cdcde293c9de33ec1430cb2"
Unverified Commit cdbc0b94 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Upgrade typing extension version (#4191)

parent 2265b457
......@@ -71,6 +71,7 @@ stages:
python -m pip install -r dependencies/required.txt
python -m pip install -r dependencies/recommended.txt
python -m pip install -r dependencies/required_extra.txt
python -m pip install "typing-extensions>=3.10" # pylint requires newer typing extension. Override requirements in tensorflow
displayName: Install requirements
- script: python -m pylint --rcfile pylintrc nni
displayName: pylint
......
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