Set python version for the Towncrier CI job

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>
pull/1805/head
Kévin Commaille 3 weeks ago
parent 7201042894
commit b6e063219f
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

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

Loading…
Cancel
Save