Mercurial > hg
changeset 52149:6f641ebe759e stable
ci: unify the way `check-pytype` inherit the common setting
All the other job use this syntax, so lets us it there too.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 27 Oct 2024 14:08:57 +0100 |
parents | 1dbbb957bbe6 |
children | c99cbb02a82e |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Sun Oct 27 08:54:48 2024 +0100 +++ b/contrib/heptapod-ci.yml Sun Oct 27 14:08:57 2024 +0100 @@ -128,7 +128,7 @@ PYTHON: python3.13 check-pytype: - extends: .runtests_template + <<: *test_rust before_script: - export PATH="/home/ci-runner/vendor/pyenv/pyenv-2.4.7-adf3c2bccf09cdb81febcfd15b186711a33ac7a8/shims:/home/ci-runner/vendor/pyenv/pyenv-2.4.7-adf3c2bccf09cdb81febcfd15b186711a33ac7a8/bin:$PATH" - echo "PATH, $PATH"