From 4f1fee4beebd558f001c44efbb5630c3630689c0 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Mon, 19 Jun 2023 06:32:15 -0400 Subject: [PATCH] fix(ci): install towncrier for changelog automation Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/actions/setup-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-repo/action.yml b/.github/actions/setup-repo/action.yml index 54a2e808..1afa5cc9 100644 --- a/.github/actions/setup-repo/action.yml +++ b/.github/actions/setup-repo/action.yml @@ -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