Skip to content

Commit

Permalink
Set python version for the Towncrier CI job
Browse files Browse the repository at this point in the history
Otherwise the version might change depending on the runner.
We just use the same version as other jobs.

This removes a GitHub warning.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Apr 25, 2024
1 parent 7201042 commit b6e0632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
uses: actions/checkout@v4
- name: "➕ Setup Python"
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: "➕ Install towncrier"
run: "pip install 'towncrier'"
- name: "Generate changelog"
Expand Down

0 comments on commit b6e0632

Please sign in to comment.