From e498e3ef02254c1b4a226c1d5f3275ed146d8f0c 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 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