Install pre-commit from requirements-dev.txt

This commit is contained in:
John Bampton 2026-03-31 18:23:58 +10:00
parent 7ec939609c
commit 3b0e644cc2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
pip install -r requirements-dev.txt
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3