Skip to content

Commit 0b1e9ef

Browse files
committed
Setting exclude regex to remove pip requirements
1 parent 05d57f3 commit 0b1e9ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,12 @@ jobs:
7878
cp -r geospatial/* ${ADDONS_DIR}/
7979
# MUK Addons
8080
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
8183
- name: Install addons and dependencies
8284
env:
8385
SKIP_EXT_DEB_DEPENDENCIES: "true"
86+
EXCLUDE_REGEX: "odoo-addon-g2p.*|odoo-addon-muk.*"
8487
run: oca_install_addons
8588
- name: Check licenses
8689
run: manifestoo -d . check-licenses

0 commit comments

Comments
 (0)