Skip to content

Commit

Permalink
chore: update release workflow to install necessary python deps (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Perry <yrrepnoj@gmail.com>
  • Loading branch information
YrrepNoj committed Aug 2, 2024
1 parent 7e6f574 commit 1e667a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
with:
python-version-file: 'pyproject.toml'

- name: Instal Python Deps
run: |
python -m pip install ".[dev,dev-whisper,dev-vllm]"
- name: Build and Publish k3d-gpu image
run: |
cd packages/k3d-gpu
Expand Down

0 comments on commit 1e667a4

Please sign in to comment.