Skip to content

Commit 22fad1b

Browse files
committed
[FIX] install dependencies for v18
1 parent f81e501 commit 22fad1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-migration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,10 @@ jobs:
9696
pip install -q -r odoo/requirements.txt
9797
pip install -r ./openupgrade/requirements.txt
9898
pip install -U git+https://github.com/oca/openupgradelib
99-
# this is for v16 l10n_eg_edi_eta which crashes without it
99+
# this is for v18 l10n_eg_edi_eta which crashes without it
100100
pip install asn1crypto
101+
# required by v18
102+
pip install decorator
101103
pip install coverage
102104
# this is for account_peppol
103105
pip install phonenumbers

0 commit comments

Comments
 (0)