diff --git a/.copier-answers.yml b/.copier-answers.yml index 39fd8f52..bf602ad9 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -7,7 +7,7 @@ generate_requirements_txt: false github_check_license: true github_ci_extra_env: {} github_enable_codecov: true -github_enable_makepot: true +github_enable_makepot: false github_enable_stale_action: true github_enforce_dev_status_compatibility: true include_wkhtmltopdf: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b78d1efb..e299b817 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.10-odoo16.0:latest - makepot: "true" + makepot: "false" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest name: test with OCB