diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 55b64b2..bf75fb3 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -30,11 +30,15 @@ jobs: run: git init - name: Install pre-commit - run: pip3 install pre-commit + run: apt install pre-commit - name: Run pre-commit checks run: pre-commit run --all-files --show-diff-on-failure --color always + - name: Cat precommit + if: always() + run: cat /github/home/.cache/pre-commit/pre-commit.log + - name: Validate package build run: | python -m pip install -U build1