mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-19 14:16:22 -04:00
fix(ci): install towncrier for changelog automation
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
|
||||
run: pip install hatch towncrier
|
||||
- name: Install pyright
|
||||
shell: bash
|
||||
run: npm install -g npm@^7 pyright
|
||||
|
||||
Reference in New Issue
Block a user