.github/workflows/pre_commit.yml: Specify python version to install

This should fix CI failing during the pre-commit action.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
Andrei Horodniceanu 2024-09-27 08:23:57 +03:00 committed by Nicholas Wilson
parent e04ca660f7
commit 676bda7645

View file

@ -30,6 +30,8 @@ jobs:
git config --global diff.wsErrorHighlight "all"
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1
- name: Check changelog entries
run: |