summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordriazati <driazati@users.noreply.github.com>2021-09-07 15:15:32 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-09-07 15:28:11 -0700
commita22c936b6398f5cfd959b3e09622db4d90d61050 (patch)
tree27198fd8b6cfd68e02636114a3ea53bd8e4cef57 /Makefile
parent7e88d0b370b63b510af5962c103babd9967669d8 (diff)
downloadpytorch-a22c936b6398f5cfd959b3e09622db4d90d61050.tar.gz
pytorch-a22c936b6398f5cfd959b3e09622db4d90d61050.tar.bz2
pytorch-a22c936b6398f5cfd959b3e09622db4d90d61050.zip
Add lint to ensure .github/ pypi dependencies are pinned (#64463)
Summary: Example failing run: https://github.com/pytorch/pytorch/pull/64463/checks?check_run_id=3501249102 Pull Request resolved: https://github.com/pytorch/pytorch/pull/64463 Reviewed By: janeyx99 Differential Revision: D30744930 Pulled By: driazati fbshipit-source-id: 4dd97054db1d4c776a4512bc3d664987cd7b6d23
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f2c835b46b..3d18c2b463 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ quick_checks:
--step 'Ensure canonical include' \
--step 'Ensure no versionless Python shebangs' \
--step 'Ensure no unqualified noqa' \
+ --step 'Ensure GitHub PyPi dependencies are pinned' \
--step 'Ensure no unqualified type ignore' \
--step 'Ensure no direct cub include' \
--step 'Ensure correct trailing newlines' \