diff --git a/.copier-answers.yml b/.copier-answers.yml index 060de8c5..f1c7054b 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 78292cda..8121068c 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.8-odoo15.0:latest - makepot: "true" + makepot: "false" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest name: test with OCB