Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 818882b

Browse files
author
Maciej Olko
committed
Use Python 3.10 in build-translation and update-chart jobs
actions/setup-python@v4 requires verbose version specification, see actions/setup-python@53e1529
1 parent dd44252 commit 818882b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
needs: ['update-translation']
5555
steps:
5656
- uses: actions/setup-python@master
57+
with:
58+
python-version: '3.10'
5759
- uses: actions/checkout@master
5860
with:
5961
repository: python/cpython

.github/workflows/update-chart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/setup-python@master
9+
with:
10+
python-version: '3.10'
911
- run: pip install gitpython matplotlib
1012
- uses: actions/checkout@master
1113
with:

0 commit comments

Comments
 (0)