Skip to content

Commit

Permalink
google-cloud-speech
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 19, 2025
1 parent 3ba613a commit a27c9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
include:
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-22.04-arm
- os: ubuntu-22.04
python-version: "3.10"
- os: ubuntu-22.04
python-version: "3.11"
- os: ubuntu-22.04
python-version: "3.12"
- os: ubuntu-22.04-arm
- os: ubuntu-22.04
python-version: "3.13"
- os: macos-13 # runner.arch is X64 (Intel)
python-version: "3.13"
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 google .[dev,audio,openai,groq]
python -m pip install --no-build-isolation google-cloud-speech .[dev,audio,openai,groq]
- name: Install Python dependencies (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit a27c9c9

Please sign in to comment.