Skip to content

Commit

Permalink
transcription workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 27, 2023
1 parent c6ef335 commit d900b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/validate-and-organize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Run tests over built images
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
DOMINO_TESTS_ENVIRONMENT: github
run: |
pytest --cov=pieces --cov-report=xml --cov-report=term-missing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
test_file = str(Path(__file__).parent / "test-audio-to-transcribe.mp3")


def test_whisper_piece():
def test_audio_transcription_piece():
input_data = {
"audio_file_path": test_file,
"model_size": "tiny",
Expand Down

0 comments on commit d900b1d

Please sign in to comment.