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 bdedff7 commit 05d57f3Copy full SHA for 05d57f3
.github/workflows/test.yml
@@ -79,6 +79,8 @@ jobs:
79
# MUK Addons
80
cp -r odoo-modules/* ${ADDONS_DIR}/
81
- name: Install addons and dependencies
82
+ env:
83
+ SKIP_EXT_DEB_DEPENDENCIES: "true"
84
run: oca_install_addons
85
- name: Check licenses
86
run: manifestoo -d . check-licenses
0 commit comments