Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-25 03:31:42 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-10-25 03:31:43 +0300
commit71c1fb01b96ccc35f367d9e61fa8269ad987eea7 (patch)
tree0570875c6d5afcbd6958eee7dc31e0e44f13bd3b /.github
parent3ad591a63128cb730b6e7e01d2547f60fdf4acc4 (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/transifex.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml
index 3efae8ff2..1e671ca8d 100644
--- a/.github/workflows/transifex.yml
+++ b/.github/workflows/transifex.yml
@@ -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