From b1ef3cae45926f5f01929d6000b2a6d8fcf79b24 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 11 Jan 2024 21:57:36 +0200 Subject: [PATCH] Revert ".gitlab-ci.yml: use pipx" This reverts commit 3a586fbe3611ff05852ff141a979f10e2bf33a07. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a80544..d84ca2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,8 @@ pages: gitlab-ci-pre-commit: stage: build before_script: - - apk add --no-cache python3 python3-dev pipx py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler - - pipx install pre-commit + - apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm ruby ruby-bundler + - pip install pre-commit script: - pre-commit run --all-files --show-diff-on-failure variables: