fix(ci): install towncrier for changelog automation

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-06-19 06:32:15 -04:00
parent 1ed0ae7787
commit 4f1fee4bee

View File

@@ -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