Fix CI: Downgrade python for transifex CI

The latest transifex-client could not be installed on python 3.10
environment.  This downgrade python to 3.9 to be install the latest one.

ref: https://github.com/transifex/transifex-client/pull/330
This commit is contained in:
Takeshi KOMIYA
2021-10-25 09:31:42 +09:00
parent 3ad591a631
commit 71c1fb01b9

View File

@@ -15,6 +15,8 @@ jobs:
ref: 4.x
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9 # https://github.com/transifex/transifex-client/pull/330
- name: Install dependencies
run: pip install -U babel jinja2 transifex-client
- name: Extract translations from source code