Black formatter needs a current version of Python

This commit is contained in:
Christian Clauss 2025-01-04 09:53:06 +01:00
parent 6c1d8f1ea1
commit a63f2a6046

View File

@ -16,7 +16,7 @@ jobs:
run: git fetch origin ${{ github.base_ref }} run: git fetch origin ${{ github.base_ref }}
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.8" python-version: "3.9"
architecture: x64 architecture: x64
- name: Get pip cache dir - name: Get pip cache dir
id: pip-cache id: pip-cache
@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pip-pre-commit ${{ runner.os }}-pip-pre-commit
- name: pre-commit - name: pre-commit
run: | run: |
pip install -U pre-commit pip install --upgrade pre-commit
pre-commit install --install-hooks pre-commit install --install-hooks
pre-commit run --all-files pre-commit run --all-files
whisper-test: whisper-test: