Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9029acb

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 parent f25d9fd commit 9029acb

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)