Skip to content

Commit

Permalink
ci: fix gitlint installation
Browse files Browse the repository at this point in the history
Pin pip until pypa/pip#12372 is fixed.
  • Loading branch information
KSmanis committed Dec 16, 2023
1 parent 65f3cb0 commit a5c1126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
key: mypy-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}-${{ github.sha }}
restore-keys: mypy-${{ runner.os }}-${{ steps.setup-python.outputs.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
Expand Down

0 comments on commit a5c1126

Please sign in to comment.