Skip to content

Commit

Permalink
Merge pull request Uninett#3148 from johannaengland/workflows/install…
Browse files Browse the repository at this point in the history
…-towncrier-with-pipx

Use pipx to install towncrier
  • Loading branch information
lunkwill42 authored Oct 24, 2024
2 parents 948c55c + facdd9b commit 05dfb18
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 05dfb18

Please sign in to comment.