Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/generate-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# this is for l10n_eg_edi_eta which crashes without it
pip install asn1crypto
# this is for cloud_storage_google
pip install google-auth
pip install "google-auth<2.48.0"
odoo -s -c odoo-$FROM_VERSION.cfg --addons-path server-tools-$FROM_VERSION,openupgrade-$FROM_VERSION --stop-after-init
- name: Install current Odoo
run: |
Expand All @@ -118,6 +118,8 @@ jobs:
pip install -r openupgrade-$TO_VERSION/requirements.txt
# this is for l10n_eg_edi_eta which crashes without it
pip install asn1crypto
# this is for cloud_storage_google
pip install "google-auth<2.48.0"
odoo -s -c odoo-$TO_VERSION.cfg --addons-path server-tools-$TO_VERSION,openupgrade-$TO_VERSION --stop-after-init
- name: Create previous Odoo database
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-testdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# this is for l10n_eg_edi_eta which crashes without it
pip install asn1crypto
# this is for cloud_storage_google
pip install google-auth
pip install "google-auth<2.48.0"
# this is for account_peppol
pip install phonenumbers
# for pushing release
Expand Down