ci: unify the way `check-pytype` inherit the common setting stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 27 Oct 2024 14:08:57 +0100
branchstable
changeset 52149 6f641ebe759e
parent 52148 1dbbb957bbe6
child 52150 c99cbb02a82e
ci: unify the way `check-pytype` inherit the common setting All the other job use this syntax, so lets us it there too.
contrib/heptapod-ci.yml
--- 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"