From 9fffab73344ea6bc340a88e7f20b66f2608f341b Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Mon, 21 Nov 2022 22:35:52 +0100 Subject: [PATCH] Update from template --- .copier-answers.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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