"vscode:/vscode.git/clone" did not exist on "47b828d2178f5b58f3b5e35cbf3d49d3da3f20fd"
Unverified Commit 5f573919 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Update the python version in Pylint workflow for flake8. (#4572)



* remove

* Add pylint.

* Change the python version for pylint.
Co-authored-by: default avatarSteve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
parent 97b3c5c8
...@@ -9,7 +9,7 @@ jobs: ...@@ -9,7 +9,7 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: 3.7.4 python-version: 3.8.0
architecture: x64 architecture: x64
- name: Checkout PyTorch - name: Checkout PyTorch
uses: actions/checkout@master uses: actions/checkout@master
......
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