Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 19, 2025
1 parent f480af6 commit 3ba613a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install ffmpeg portaudio
python -m pip install --no-build-isolation .[dev,audio,openai,groq]
python -m pip install --no-build-isolation google .[dev,audio,openai,groq]
- name: Install Python dependencies (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 3ba613a

Please sign in to comment.