Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9029acb

Browse files
authored
fix: run workflow with python 3.9
By not setting Python version, 3.10 is currently used.transifex-client >0.13 seems to requires python <3.10,so using Python 3.10 makes pip install 0.12.5 (too old!)Force 3.9 to use the latest transifex-client version.
1 parentf25d9fd commit9029acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
ref:${{ env.BRANCH }}
2424
-uses:actions/setup-python@v2
25+
with:
26+
python-version:3.9
2527
-run:sudo apt update
2628
-run:sudo apt install -y gettext
2729
-run:make tx-config

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp