# HG changeset patch # User Pierre-Yves David # Date 2024-09-10 19:19:36 # Node ID 6cc18075f82a59bd981e0f296e98ddd857a491d0 # Parent 454feddab720ff77372dae0d6bb37d85d7fb8bc9 ci: drop path manipulation that we do not need anymore The CI image has a squarer setup now. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -39,7 +39,6 @@ variables: # 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