Fix for API key validation (#802)

This commit is contained in:
Raivis Dejus 2024-06-18 22:31:32 +03:00 committed by GitHub
commit 82da36f540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 22 deletions

View file

@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-2
key: venv-${{ runner.os }}-${{ runner.architecture }}-${{ hashFiles('**/poetry.lock') }}
- name: Load cached Whisper models
id: cached-whisper-models
@ -117,7 +117,7 @@ jobs:
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-2
key: venv-${{ runner.os }}-${{ runner.architecture }}-${{ hashFiles('**/poetry.lock') }}
- uses: FedericoCarboni/setup-ffmpeg@v3.1
id: setup-ffmpeg