mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Black formatter needs a current version of Python
This commit is contained in:
parent
6c1d8f1ea1
commit
a63f2a6046
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user