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 05d57f3 commit 0b1e9efCopy full SHA for 0b1e9ef
.github/workflows/test.yml
@@ -78,9 +78,12 @@ jobs:
78
cp -r geospatial/* ${ADDONS_DIR}/
79
# MUK Addons
80
cp -r odoo-modules/* ${ADDONS_DIR}/
81
+ - name: Add g2p-programs to test-requirements.txt
82
+ run: echo "git+https://github.com/OpenG2P/[email protected]#subdirectory=g2p_programs" >> test-requirements.txt
83
- name: Install addons and dependencies
84
env:
85
SKIP_EXT_DEB_DEPENDENCIES: "true"
86
+ EXCLUDE_REGEX: "odoo-addon-g2p.*|odoo-addon-muk.*"
87
run: oca_install_addons
88
- name: Check licenses
89
run: manifestoo -d . check-licenses
0 commit comments