Skip to content

Commit

Permalink
Removes python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Oct 3, 2024
1 parent 37cfa2b commit eaaa0e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

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

# - name: Setup UDS Cluster
# uses: ./.github/actions/uds-cluster
Expand Down

0 comments on commit eaaa0e1

Please sign in to comment.