From 6cceed95b1536869fb37e6a8423834bebb8d9e0c Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Tue, 20 Dec 2022 11:09:06 +0100 Subject: [PATCH] [FIX] ci: disable makepot --- .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 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