From 4aa65b2211880274b7b928ed0062f2d749efb83c Mon Sep 17 00:00:00 2001 From: Konstantinos Smanis Date: Sat, 19 Oct 2024 11:54:39 +0300 Subject: [PATCH] revert: fix gitlint installation This reverts commit a5c1126a18d1d98c9dadfc67bd53bdb6916cab97. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c31fba4..68e19da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,8 +66,6 @@ jobs: key: mypy-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('poetry.lock') }}-${{ github.sha }} restore-keys: mypy-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('poetry.lock') }}- - name: Run gitlint - env: - VIRTUALENV_PIP: 23.2.1 run: poetry run pre-commit run --color=always --hook-stage manual gitlint-ci - name: Run pre-commit run: poetry run pre-commit run --all-files --color=always --show-diff-on-failure