diff --git a/.copier-answers.yml b/.copier-answers.yml index 28d84cf1..e5b2bd4b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -6,7 +6,7 @@ dependency_installation_mode: PIP generate_requirements_txt: true github_check_license: true github_enable_codecov: true -github_enable_makepot: false +github_enable_makepot: true github_enable_stale_action: true github_enforce_dev_status_compatibility: true include_wkhtmltopdf: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9dc47ee3..1c4fe517 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest - makepot: "false" + makepot: "true" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest name: test with OCB