Skip to content

Commit

Permalink
Fix lint failures coming from pytorch#126035 (pytorch#126378)
Browse files Browse the repository at this point in the history
MYPY somehow shows lots of local failures for me.  The issue is tracked in pytorch#126361.  This is only to keep trunk sane.  These two line were added by pytorch#126035 as an attempt to fix lint there, but didn't seem to help.
Pull Request resolved: pytorch#126378
Approved by: https://github.com/kit1980
  • Loading branch information
huydhn authored and ZelboK committed May 19, 2024
1 parent 64fb6ed commit 7dab5f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
submodules: true
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
script: |
pip install onnx==1.16.0
pip install numpy==1.26.4
export ADDITIONAL_LINTRUNNER_ARGS="--skip CLANGTIDY,CLANGFORMAT"
.github/scripts/lintrunner.sh
Expand Down

0 comments on commit 7dab5f7

Please sign in to comment.