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>
pull/1801/head
Kévin Commaille 2 weeks ago committed by GitHub
parent d6b1d7300f
commit d3eca87389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

@ -0,0 +1 @@
Set python version for the Towncrier CI job.
Loading…
Cancel
Save