mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix CI: Downgrade python for transifex CI
This commit is contained in:
parent
71c1fb01b9
commit
c39cf2e750
2
.github/workflows/transifex.yml
vendored
2
.github/workflows/transifex.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
ref: 4.x
|
ref: 4.x
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -U babel jinja2 transifex-client
|
run: pip install -U babel jinja2 transifex-client
|
||||||
- name: Extract translations from source code
|
- name: Extract translations from source code
|
||||||
|
Loading…
Reference in New Issue
Block a user