Skip to content

Commit

Permalink
[FIX] Export pot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zamberjo committed Nov 15, 2023
1 parent 7c78dcf commit 96d7758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.github/workflows/au_exportpot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

set -x

pip install click-odoo-contrib;

if [[ "${MAKECOVERAGE}" = "false" ]];then
pip install click-odoo-contrib;
oca_wait_for_postgres
ADDONS=$(manifestoo --select-addons-dir ${ADDONS_DIR} list-depends --separator=,)
if [ -n "${ADDONS}" ]; then
Expand Down

0 comments on commit 96d7758

Please sign in to comment.