ci: drop path manipulation that we do not need anymore
The CI image has a squarer setup now.
--- a/contrib/heptapod-ci.yml Fri Sep 06 02:12:19 2024 +0200
+++ b/contrib/heptapod-ci.yml Tue Sep 10 21:19:36 2024 +0200
@@ -39,7 +39,6 @@
# The runner made a clone as root.
# We make a new clone owned by user used to run the step.
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 "python used, $PYTHON"
- $PYTHON --version
- black --version