Skip to content

Commit

Permalink
ci: pin python version for the translations (#13130)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vince-fugnitto committed Nov 30, 2023
1 parent 1b94367 commit 3cb138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install and Build
shell: bash
Expand Down

0 comments on commit 3cb138d

Please sign in to comment.