Skip to content

Commit 3cb138d

Browse files
ci: pin python version for the translations (#13130)
The commit pins the version of Python used by the automatic translations workflow which would otherwise fail with `node-gyp` errors. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
1 parent 1b94367 commit 3cb138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Python 3.x
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.x"
24+
python-version: "3.11"
2525

2626
- name: Install and Build
2727
shell: bash

0 commit comments

Comments
 (0)