mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 15:47:49 -05:00
fix(ci): no need to install default packages
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/binary-releases.yml
vendored
4
.github/workflows/binary-releases.yml
vendored
@@ -70,9 +70,7 @@ jobs:
|
||||
- name: Install build frontend
|
||||
run: python -m pip install --upgrade build
|
||||
- name: Build
|
||||
run: |
|
||||
bash local.sh
|
||||
python -m build -sw openllm-python/
|
||||
run: python -m build -sw openllm-python/
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user