# HG changeset patch # User Matt Harbison # Date 2022-11-24 01:56:22 # Node ID 556efeea6dbf0a44a508ab8d47f1bab384087df6 # Parent 03792c1ed3417504c624e2a2e989cc26b7aeb00d ci: run the script to add vendored type stubs to typeshed Since CI runs from docker images, it doesn't matter that this mucks with the typeshed bundled with pytype. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -90,6 +90,7 @@ check-pytype: - cd /tmp/mercurial-ci/ - make local PYTHON=$PYTHON - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29 + - ./contrib/setup-pytype.sh script: - echo "Entering script section" - sh contrib/check-pytype.sh