Skip to content

Commit

Permalink
Use apt-get to install towncrier
Browse files Browse the repository at this point in the history
Thanks to PEP 668.
  • Loading branch information
johannaengland authored Oct 16, 2024
1 parent 92d94ee commit c47316c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

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

0 comments on commit c47316c

Please sign in to comment.