From 79d374f0b18cf2c1f1ba7b71ddaa865931ba768e Mon Sep 17 00:00:00 2001 From: Jon Perry Date: Fri, 2 Aug 2024 16:36:45 -0400 Subject: [PATCH] chore: update release workflow to install necessary python deps Signed-off-by: Jon Perry --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f891a599..c03767b30 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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