ci: unify the way `check-pytype` inherit the common setting
All the other job use this syntax, so lets us it there too.
--- 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"