We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81e501 commit 22fad1bCopy full SHA for 22fad1b
.github/workflows/test-migration.yml
@@ -96,8 +96,10 @@ jobs:
96
pip install -q -r odoo/requirements.txt
97
pip install -r ./openupgrade/requirements.txt
98
pip install -U git+https://github.com/oca/openupgradelib
99
- # this is for v16 l10n_eg_edi_eta which crashes without it
+ # this is for v18 l10n_eg_edi_eta which crashes without it
100
pip install asn1crypto
101
+ # required by v18
102
+ pip install decorator
103
pip install coverage
104
# this is for account_peppol
105
pip install phonenumbers
0 commit comments