Skip to content

Commit

Permalink
Use pipx to install towncrier
Browse files Browse the repository at this point in the history
The version of towncrier provided by apt-get install towncrier is outdated
  • Loading branch information
johannaengland committed Oct 22, 2024
1 parent f90dd59 commit b0b8691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

- name: Install towncrier
run: |
sudo apt-get install -y --no-install-recommends towncrier
sudo apt-get install -y pipx
pipx install towncrier
- name: Check for changelog file
run: towncrier check --compare-with origin/master

0 comments on commit b0b8691

Please sign in to comment.