contrib/heptapod-ci.yml
changeset 49654 86e398a3d598
parent 49653 556efeea6dbf
child 49942 86958104b6ca
equal deleted inserted replaced
49653:556efeea6dbf 49654:86e398a3d598
    87     before_script:
    87     before_script:
    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.11.18
    93       - ./contrib/setup-pytype.sh
    93       - ./contrib/setup-pytype.sh
    94     script:
    94     script:
    95       - echo "Entering script section"
    95       - echo "Entering script section"
    96       - sh contrib/check-pytype.sh
    96       - sh contrib/check-pytype.sh
    97     variables:
    97     variables: