Skip to content

Commit 950d4dd

Browse files
author
Maciej Olko
committed
Use Python 3.9 in update-translation job
See transifex/transifex-client#332
1 parent 0f661b7 commit 950d4dd

1 file changed

Lines changed: 2 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
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- uses: actions/setup-python@master
18+
with:
19+
python-version: '3.9'
1820
- run: sudo apt-get install -y gettext
1921
- run: pip install 'transifex-client>=0.14' requests
2022
- uses: actions/checkout@master

0 commit comments

Comments
 (0)