Skip to content

Commit

Permalink
fix: fix release workflow from calling the wrong make target (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Apr 11, 2024
1 parent dc1029d commit 7b4dc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version-file: 'pyproject.toml'

- name: Download Python Wheels
run: make setup-api-deps setup-llama-deps setup-vllm-deps setup-text-embeddings-deps setup-whisper-deps
run: make setup-api-deps setup-llama-cpp-python-deps setup-vllm-deps setup-text-embeddings-deps setup-whisper-deps

- name: Install Zarf
uses: defenseunicorns/setup-zarf@f95763914e20e493bb5d45d63e30e17138f981d6 # v1.0.0
Expand Down

0 comments on commit 7b4dc7c

Please sign in to comment.