Skip to content

Commit 4335040

Browse files
author
Maciej Olko
committed
Unpin Python version for GitHub jobs
(cherry picked from commit 06c8be8)
1 parent 5fa99bf commit 4335040

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/setup-python@master
12-
with:
13-
python-version: 3.8
1412
- run: sudo apt-get install -y gettext
1513
- run: pip install transifex-client requests
1614
- uses: actions/checkout@master
@@ -37,8 +35,6 @@ jobs:
3735
needs: ['update-translation']
3836
steps:
3937
- uses: actions/setup-python@master
40-
with:
41-
python-version: 3.8
4238
- uses: actions/checkout@master
4339
with:
4440
repository: python/cpython

0 commit comments

Comments
 (0)