mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-18 21:54:11 -04:00
fix: remove editable install
Setup via hatch already Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
2
.github/actions/setup-repo/action.yml
vendored
2
.github/actions/setup-repo/action.yml
vendored
@@ -53,7 +53,7 @@ runs:
|
||||
${{ steps.get-cache-key-prefix.outputs.prefix }}-pypi-
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: pip install hatch towncrier && pip install -e ".[all]"
|
||||
run: pip install hatch towncrier
|
||||
- name: Install pyright
|
||||
shell: bash
|
||||
run: npm install -g npm@^7 pyright
|
||||
|
||||
Reference in New Issue
Block a user