Set python version for the Towncrier CI job (#1805)
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> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
d6b1d7300f
commit
d3eca87389
2 changed files with 3 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -167,6 +167,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: "➕ Setup Python"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: "➕ Install towncrier"
|
||||
run: "pip install 'towncrier'"
|
||||
- name: "Generate changelog"
|
||||
|
|
1
changelogs/internal/newsfragments/1805.clarification
Normal file
1
changelogs/internal/newsfragments/1805.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Set python version for the Towncrier CI job.
|
Loading…
Add table
Add a link
Reference in a new issue