comparison contrib/heptapod-ci.yml @ 49653:556efeea6dbf

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Nov 2022 20:56:22 -0500
parents 44bc045a43ca
children 86e398a3d598
comparison
equal deleted inserted replaced
49652:03792c1ed341 49653:556efeea6dbf
88 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no 88 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
89 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` 89 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
90 - cd /tmp/mercurial-ci/ 90 - cd /tmp/mercurial-ci/
91 - make local PYTHON=$PYTHON 91 - make local PYTHON=$PYTHON
92 - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29 92 - $PYTHON -m pip install --user -U libcst==0.3.20 pytype==2022.03.29
93 - ./contrib/setup-pytype.sh
93 script: 94 script:
94 - echo "Entering script section" 95 - echo "Entering script section"
95 - sh contrib/check-pytype.sh 96 - sh contrib/check-pytype.sh
96 variables: 97 variables:
97 PYTHON: python3 98 PYTHON: python3