Use python3 for translation jobs
Horizon no longer support python2 as it has dropped Django 1.11 support which is the last version with python 2.7 support. However, the translation jobs still require python2, so the translation jobs are failing after horizon dropped python2 support. It is time to ensure python3 in the translation jobs. Change-Id: Id78484bf5366601b11547e80b772a0eec03622d0
This commit is contained in:
parent
95aac7aa54
commit
0a7e5e969c
@ -4,5 +4,6 @@
|
||||
doc_building_packages:
|
||||
- sphinx
|
||||
- reno
|
||||
sphinx_python: python3
|
||||
- ensure-babel
|
||||
- copy-proposal-common-scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user