Skip to content

Commit 20ed920

Browse files
authored
Merge pull request sphinx-doc#9768 from tk0miya/fix_transifex_client
Fix CI: Downgrade python for transifex CI
2 parents f571787 + c39cf2e commit 20ed920

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
@@ -35,6 +35,8 @@ jobs:
3535
ref: 4.x
3636
- name: Set up Python
3737
uses: actions/setup-python@v2
38+
with:
39+
python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
3840
- name: Install dependencies
3941
run: pip install -U babel jinja2 transifex-client
4042
- name: Extract translations from source code

0 commit comments

Comments
 (0)