Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 6, 2025
1 parent 0aa6c5d commit 41f0119
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:
run: |
pip install .[coqui]
- name: Install application without Coqui
if: matrix.extra_lib == 'none'
- name: Install application with OpenAI
if: matrix.extra_lib == 'openai_yes'
run: |
pip install .
pip install .[openai]
- name: Install application without Coqui
if: matrix.extra_lib == 'openai_yes'
if: matrix.extra_lib == 'none'
run: |
pip install .[openai]
pip install .
- name: Install dev packages
run: |
Expand Down

0 comments on commit 41f0119

Please sign in to comment.