Commit 1e7b4c0 1 parent af9df0e commit 1e7b4c0 Copy full SHA for 1e7b4c0
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106
106
git clone --depth 1 https://github.com/gisce/poweremail-modules.git $ROOT_DIR_SRC/poweremail-modules
107
107
git clone --depth 1 https://github.com/gisce/crm_poweremail.git $ROOT_DIR_SRC/crm_poweremail
108
108
git clone --depth 1 https://github.com/gisce/ooop.git $ROOT_DIR_SRC/ooop
109
+ git clone --depth 1 https://github.com/gisce/gestionatr.git -b 65118_adaptar_gestionatr_atr3.0 $ROOT_DIR_SRC/gestionatr
109
110
110
111
- name : Install dependencies
111
112
run : |
@@ -123,6 +124,8 @@ jobs:
123
124
pip install -e . || "Not installing plantmeter Python package"
124
125
pip install -r $ROOT_DIR_SRC/erp/requirements-dev.txt
125
126
pip install -r $ROOT_DIR_SRC/erp/requirements.txt
127
+ cd $ROOT_DIR_SRC/gestionatr
128
+ pip install -e . || "Not installing custom gestionatr Python package"
126
129
127
130
- name : Install dependecies for Python 3
128
131
if : matrix.python-version != '2.7'
You can’t perform that action at this time.
0 commit comments