Skip to content

Commit

Permalink
fix: remov quotes around optional deps in whisper workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Jul 30, 2024
1 parent 08f9775 commit f67a509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

- name: Setup Python
uses: ./.github/actions/python
with:
additionalOptionalDep: dev-whisper

- name: Setup UDS Cluster
uses: ./.github/actions/uds-cluster
Expand All @@ -69,8 +71,6 @@ jobs:

- name: Setup LFAI-API and Supabase
uses: ./.github/actions/lfai-core
with:
additionalOptionalDep: "dev-whisper"

##########
# whisper
Expand Down

0 comments on commit f67a509

Please sign in to comment.