mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 15:02:58 +02:00
workflow: use Python 3.8 to ensure compatibility with googletrans 3.1.0a0
This commit is contained in:
2
.github/workflows/translateandtag.yml
vendored
2
.github/workflows/translateandtag.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Install translate dependencies
|
- name: Install translate dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user