From 2e7592cd453ce4033377b5cf64eee868d7f1cddb Mon Sep 17 00:00:00 2001 From: paperspace <29749331+aarnphm@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:27:54 +0000 Subject: [PATCH] fix(ci): no need to install default packages Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/binary-releases.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index 2b2897888..c2616f95d 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -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: