Skip to content

Commit f571787

Browse files
authored
Merge pull request sphinx-doc#9767 from tk0miya/fix_transifex_client
Fix CI: Downgrade python for transifex CI
2 parents 15807d7 + 71c1fb0 commit f571787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/transifex.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
ref: 4.x
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
18+
with:
19+
python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
1820
- name: Install dependencies
1921
run: pip install -U babel jinja2 transifex-client
2022
- name: Extract translations from source code

0 commit comments

Comments
 (0)