Skip to content

Commit

Permalink
fix(ci): no need to install default packages
Browse files Browse the repository at this point in the history
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 2, 2024
1 parent 8fea50d commit 2e7592c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/binary-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e7592c

Please sign in to comment.